Browse Source

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

cyberta 3 years ago
parent
commit
f7f6a7d40e
1 changed files with 1 additions and 0 deletions
  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) {