Ensure back button appears when safety number screen shows
This commit is contained in:
parent
8b92e6112c
commit
53b1b73909
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,6 @@
|
||||||
// need a manual update call.
|
// need a manual update call.
|
||||||
onShowSafetyNumber: () => {
|
onShowSafetyNumber: () => {
|
||||||
this.showSafetyNumber();
|
this.showSafetyNumber();
|
||||||
this.updateHeader();
|
|
||||||
},
|
},
|
||||||
onShowAllMedia: async () => {
|
onShowAllMedia: async () => {
|
||||||
await this.showAllMedia();
|
await this.showAllMedia();
|
||||||
|
@ -982,6 +981,7 @@
|
||||||
model,
|
model,
|
||||||
});
|
});
|
||||||
this.listenBack(view);
|
this.listenBack(view);
|
||||||
|
this.updateHeader();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue