소스 검색

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) {