|
@@ -50,10 +50,7 @@ class NCFiles: NCCollectionViewCommon {
|
|
|
|
|
|
if isRoot {
|
|
if isRoot {
|
|
titleCurrentFolder = getNavigationTitle()
|
|
titleCurrentFolder = getNavigationTitle()
|
|
- reloadDataSource()
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
- reloadDataSourceNetwork()
|
|
|
|
}
|
|
}
|
|
|
|
|
|
// MARK: - NotificationCenter
|
|
// MARK: - NotificationCenter
|
|
@@ -63,7 +60,7 @@ class NCFiles: NCCollectionViewCommon {
|
|
if isRoot {
|
|
if isRoot {
|
|
serverUrl = NCUtilityFileSystem.shared.getHomeServer(account: appDelegate.account)
|
|
serverUrl = NCUtilityFileSystem.shared.getHomeServer(account: appDelegate.account)
|
|
titleCurrentFolder = getNavigationTitle()
|
|
titleCurrentFolder = getNavigationTitle()
|
|
- reloadDataSource()
|
|
|
|
|
|
+ reloadDataSource(forced: false)
|
|
reloadDataSourceNetwork()
|
|
reloadDataSourceNetwork()
|
|
}
|
|
}
|
|
|
|
|