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:
authormarinofaggiana <marino@marinofaggiana.com>2020-09-23 15:18:25 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-09-23 15:18:25 +0300
commitf52f65d3e37e3c2793cef4435b38c7aea22a44b5 (patch)
tree3b8bdb021db7b37e118b13f7e0f9556f6850a1de /iOSClient/Offline
parent4a473f514809e4019ad3ca348411b3622d96c3bc (diff)
coding
Diffstat (limited to 'iOSClient/Offline')
-rw-r--r--iOSClient/Offline/NCOffline.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/iOSClient/Offline/NCOffline.swift b/iOSClient/Offline/NCOffline.swift
index 0fa9a094f..d26af166a 100644
--- a/iOSClient/Offline/NCOffline.swift
+++ b/iOSClient/Offline/NCOffline.swift
@@ -90,8 +90,8 @@ class NCOffline: NCCollectionViewCommon {
collectionView.reloadData()
}
- override func reloadDataSourceNetwork() {
- super.reloadDataSourceNetwork()
+ override func reloadDataSourceNetwork(forced: Bool = false) {
+ super.reloadDataSourceNetwork(forced: forced)
if isSearching {
networkSearch()