Ensure back button appears when safety number screen shows

This commit is contained in:
Scott Nonnenberg 2018-07-27 11:07:23 -07:00
parent 8b92e6112c
commit 53b1b73909

View file

@ -158,7 +158,6 @@
// need a manual update call.
onShowSafetyNumber: () => {
this.showSafetyNumber();
this.updateHeader();
},
onShowAllMedia: async () => {
await this.showAllMedia();
@ -982,6 +981,7 @@
model,
});
this.listenBack(view);
this.updateHeader();
}
},