marinofaggiana 4 年 前
コミット
aa2311af02
1 ファイル変更1 行追加2 行削除
  1. 1 2
      iOSClient/Trash/NCTrash.swift

+ 1 - 2
iOSClient/Trash/NCTrash.swift

@@ -84,8 +84,7 @@ class NCTrash: UIViewController, UIGestureRecognizerDelegate, NCTrashListCellDel
         self.collectionView.emptyDataSetSource = self;
         
         NotificationCenter.default.addObserver(self, selector: #selector(changeTheming), name: NSNotification.Name(rawValue: k_notificationCenter_changeTheming), object: nil)
-        NotificationCenter.default.addObserver(self, selector: #selector(reloadDataSource), name: NSNotification.Name(rawValue: k_notificationCenter_reloadDataSource), object: nil)
-
+       
         changeTheming()
     }