소스 검색

reintroduce refreshInBg to keep Chat list updated after sharing from DC to DC

cyberta 3 년 전
부모
커밋
f7f6a7d40e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 0
deltachat-ios/Controller/ChatListController.swift

@@ -126,6 +126,7 @@ class ChatListController: UITableViewController {
     override func viewDidAppear(_ animated: Bool) {
         super.viewDidAppear(animated)
         startTimer()
+        refreshInBg() // at least required for sharing from DC -> DC
     }
 
     override func viewDidDisappear(_ animated: Bool) {