浏览代码

mark rendered messages as seen if chat view conroller appears

cyberta 4 年之前
父节点
当前提交
3c1fdb2898
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 0
deltachat-ios/Chat/ChatViewController.swift

@@ -389,6 +389,7 @@ class ChatViewController: UITableViewController {
             self.dcContext.marknoticedChat(chatId: self.chatId)
         }
         startTimer()
+        markSeenMessagesInVisibleArea()
     }
 
     override func viewWillDisappear(_ animated: Bool) {