Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
Signed-off-by: Marino Faggiana <[email protected]>
  • Loading branch information
marinofaggiana committed Jun 5, 2024
1 parent 463dfff commit 98d15d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions iOSClient/Main/Collection Common/NCCollectionViewCommon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1364,9 +1364,7 @@ extension NCCollectionViewCommon: UICollectionViewDataSource {
}

if metadata.directory {

let tableDirectory = NCManageDatabase.shared.getTableDirectory(ocId: metadata.ocId)

if metadata.e2eEncrypted {
cell.filePreviewImageView?.image = NCImageCache.images.folderEncrypted
} else if isShare {
Expand Down
2 changes: 1 addition & 1 deletion iOSClient/Utility/NCUtilityFileSystem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class NCUtilityFileSystem: NSObject {
} else {
return false
}
} catch { print("Error: \(error)") }
} catch { }
return false
}

Expand Down

0 comments on commit 98d15d7

Please sign in to comment.