فهرست منبع

set isInitial to true a little bit earlier

Co-authored-by: bjoern <r10s@b44t.com>
cyBerta 3 سال پیش
والد
کامیت
dcca925eef
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

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

@@ -252,9 +252,9 @@ class ChatListController: UITableViewController {
     @objc func applicationDidBecomeActive(_ notification: NSNotification) {
         if navigationController?.visibleViewController == self {
             if !isInitial {
+                isInitial = false
                 startTimer()
                 refreshInBg()
-                isInitial = false
             }
         }
     }