marinofaggiana 4 years ago
parent
commit
eb0cc1f516
1 changed files with 2 additions and 1 deletions
  1. 2 1
      iOSClient/Media/NCMedia.swift

+ 2 - 1
iOSClient/Media/NCMedia.swift

@@ -623,7 +623,8 @@ extension NCMedia {
         
         if addPast {
             DispatchQueue.main.async {
-                NCUtility.sharedInstance.startActivityIndicator(view: self.view, bottom: 60)
+                let height = self.tabBarController?.tabBar.frame.size.height ?? 0
+                NCUtility.sharedInstance.startActivityIndicator(view: self.view, bottom: height + 50)
             }
         }
         loadingSearch = true