Browse Source

clear code

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 years ago
parent
commit
f1309ff945
2 changed files with 1 additions and 2 deletions
  1. 1 1
      iOSClient/Trash/NCTrash.swift
  2. 0 1
      iOSClient/Utility/NCUtility.swift

+ 1 - 1
iOSClient/Trash/NCTrash.swift

@@ -88,7 +88,7 @@ class NCTrash: UIViewController, NCSelectableNavigationView, NCTrashListCellDele
         navigationController?.setFileAppreance()
         navigationItem.title = titleCurrentFolder
 
-        layoutForView =  NCManageDatabase.shared.getLayoutForView(account: appDelegate.account, key: NCGlobal.shared.layoutViewTrash, serverUrl: "")
+        layoutForView = NCManageDatabase.shared.getLayoutForView(account: appDelegate.account, key: NCGlobal.shared.layoutViewTrash, serverUrl: "")
         gridLayout.itemForLine = CGFloat(layoutForView?.itemForLine ?? 3)
 
         if layoutForView?.layout == NCGlobal.shared.layoutList {

+ 0 - 1
iOSClient/Utility/NCUtility.swift

@@ -28,7 +28,6 @@ import NextcloudKit
 import PDFKit
 import Accelerate
 import CoreMedia
-import Queuer
 import Photos
 import JGProgressHUD