Browse Source

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
c750afedfa
1 changed files with 0 additions and 8 deletions
  1. 0 8
      iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

+ 0 - 8
iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

@@ -346,14 +346,6 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
     }
 
     @objc func reloadDataSourceNetworkForced(_ notification: NSNotification) {
-
-        guard let userInfo = notification.userInfo as NSDictionary?,
-              let serverUrl = userInfo["serverUrl"] as? String,
-              serverUrl == self.serverUrl
-        else {
-            return
-        }
-
         reloadDataSourceNetwork(forced: true)
     }