瀏覽代碼

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