Explorar o código

Update messages when coming back from chat/contact profile. Fix for #459

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
a367348275
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      deltachat-ios/Controller/ChatViewController.swift

+ 3 - 0
deltachat-ios/Controller/ChatViewController.swift

@@ -195,6 +195,9 @@ class ChatViewController: MessagesViewController {
             }
         }
 
+        // maybe a message was added while the user was in the contact / chat profile
+        refreshMessages()
+
         if RelayHelper.sharedInstance.isForwarding() {
             askToForwardMessage()
         }