Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Shares/NCShares.swift')
-rw-r--r--iOSClient/Shares/NCShares.swift1
1 files changed, 0 insertions, 1 deletions
diff --git a/iOSClient/Shares/NCShares.swift b/iOSClient/Shares/NCShares.swift
index b4dbdf7cc..72198b2e4 100644
--- a/iOSClient/Shares/NCShares.swift
+++ b/iOSClient/Shares/NCShares.swift
@@ -102,7 +102,6 @@ class NCShares: NCCollectionViewCommon {
if let shares = shares, !shares.isEmpty {
NCManageDatabase.shared.addShare(account: self.appDelegate.account, urlBase: self.appDelegate.urlBase, userId: self.appDelegate.userId, shares: shares)
}
- self.appDelegate.shares = NCManageDatabase.shared.getTableShares(account: account)
self.reloadDataSource()
} else {