Fixes for quotes/schema upgrade, optimize media gallery load
Also: Fix for contact detail page; didn't show back button
This commit is contained in:
parent
95976b10e7
commit
db91560990
6 changed files with 109 additions and 138 deletions
|
@ -167,7 +167,7 @@
|
|||
openConversation(conversation) {
|
||||
if (conversation) {
|
||||
this.openInbox().then(() => {
|
||||
this.inboxView.openConversation(null, conversation);
|
||||
this.inboxView.openConversation(conversation);
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue