Răsfoiți Sursa

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

cyberta 5 ani în urmă
părinte
comite
a367348275
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  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()
         }