marinofaggiana il y a 4 ans
Parent
commit
700eca1b05
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      iOSClient/Transfers/NCTransfers.swift

+ 5 - 0
iOSClient/Transfers/NCTransfers.swift

@@ -42,6 +42,11 @@ class NCTransfers: NCCollectionViewCommon  {
         super.viewWillAppear(animated)
         super.viewWillAppear(animated)
     }
     }
     
     
+    override func setNavigationItem() {
+        self.navigationItem.rightBarButtonItem = nil
+        self.navigationItem.leftBarButtonItem = nil
+    }
+    
     // MARK: - NotificationCenter
     // MARK: - NotificationCenter
     
     
     override func downloadStartFile(_ notification: NSNotification) {
     override func downloadStartFile(_ notification: NSNotification) {