Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Photo view #2981

Merged
merged 27 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cod
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
marinofaggiana committed Jul 15, 2024
commit f7ac3b7a854d8cba7726e71f2c0f7623ab12b849
1 change: 0 additions & 1 deletion iOSClient/Data/NCManageDatabase.swift
Original file line number Diff line number Diff line change
@@ -219,7 +219,6 @@ class NCManageDatabase: NSObject {
self.clearTable(tableGPS.self, account: nil)
self.clearTable(TableGroupfolders.self, account: account)
self.clearTable(TableGroupfoldersGroups.self, account: account)
self.clearTable(NCDBLayoutForView.self, account: account)
self.clearTable(tableLocalFile.self, account: account)
self.clearTable(tableMetadata.self, account: account)
self.clearTable(tablePhotoLibrary.self, account: account)