marinofaggiana 4 năm trước cách đây
mục cha
commit
b20f4690ef
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      iOSClient/Favorites/NCFavorite.swift

+ 1 - 2
iOSClient/Favorites/NCFavorite.swift

@@ -89,8 +89,7 @@ class NCFavorite: UIViewController, UIGestureRecognizerDelegate, NCListCellDeleg
         
         NotificationCenter.default.addObserver(self, selector: #selector(changeTheming), name: NSNotification.Name(rawValue: k_notificationCenter_changeTheming), object: nil)
         NotificationCenter.default.addObserver(self, selector: #selector(deleteFile(_:)), name: NSNotification.Name(rawValue: k_notificationCenter_deleteFile), object: nil)
-        NotificationCenter.default.addObserver(self, selector: #selector(reloadDataSource), name: NSNotification.Name(rawValue: k_notificationCenter_reloadDataSource), object: nil)
-
+        
         changeTheming()
     }