Bladeren bron

improvements

marinofaggiana 4 jaren geleden
bovenliggende
commit
1a9d3400b5
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      iOSClient/Media/NCMedia.swift
  2. 1 1
      iOSClient/Viewer/NCViewerProviderContextMenu.swift

+ 1 - 1
iOSClient/Media/NCMedia.swift

@@ -548,7 +548,7 @@ extension NCMedia {
         }
         
         let height = self.tabBarController?.tabBar.frame.size.height ?? 0
-        NCUtility.shared.startActivityIndicator(backgroundView: self.view, blurEffect: true, bottom: height + 100)
+        NCUtility.shared.startActivityIndicator(backgroundView: self.view, blurEffect: false, bottom: height + 100)
 
         NCCommunication.shared.searchMedia(path: mediaPath, lessDate: lessDate, greaterDate: greaterDate, elementDate: "d:getlastmodified/", limit: limit, showHiddenFiles: CCUtility.getShowHiddenFiles(), timeout: 120) { (account, files, errorCode, errorDescription) in
             

+ 1 - 1
iOSClient/Viewer/NCViewerProviderContextMenu.swift

@@ -150,7 +150,7 @@ class NCViewerProviderContextMenu: UIViewController  {
         if let userInfo = notification.userInfo as NSDictionary? {
             if let ocId = userInfo["ocId"] as? String {
                 if ocId == self.metadata?.ocId || ocId == self.metadataLivePhoto?.ocId {
-                    NCUtility.shared.startActivityIndicator(backgroundView: self.view, blurEffect: true)
+                    NCUtility.shared.startActivityIndicator(backgroundView: self.view, blurEffect: false)
                 }
             }
         }