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-30 17:57:04 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-09-30 17:57:04 +0300
commita7fa7597ae27ad2c41917d9bf5362b017e799a41 (patch)
treea8c5055b46d6f7bba958915f5f54d64965a8361e /iOSClient/Offline
parentdcf487c6bcdb114016b0824f8314376e4c584ee6 (diff)
coding
Diffstat (limited to 'iOSClient/Offline')
-rw-r--r--iOSClient/Offline/NCOffline.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iOSClient/Offline/NCOffline.swift b/iOSClient/Offline/NCOffline.swift
index cab3e842a..abb4d6a0e 100644
--- a/iOSClient/Offline/NCOffline.swift
+++ b/iOSClient/Offline/NCOffline.swift
@@ -73,7 +73,7 @@ class NCOffline: NCCollectionViewCommon {
}
}
- self.dataSource = NCDataSource.init(metadatasSource: metadatasSource, sort: sort, ascending: ascending, directoryOnTop: directoryOnTop, filterLivePhoto: true)
+ self.dataSource = NCDataSource.init(metadatasSource: metadatasSource, sort: sort, ascending: ascending, sorting: true, directoryOnTop: directoryOnTop, filterLivePhoto: true)
refreshControl.endRefreshing()
collectionView.reloadData()