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
path: root/Share
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-07-09 16:38:52 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-07-09 16:38:52 +0300
commitc58730ceb41d550e4c368d27ff0d1c35a3bec133 (patch)
tree611a87b9cf14df0ddfaff17b99c081957a8005e8 /Share
parent5c8b4a1f7410b87a76f85eabd676d714e0ada9b2 (diff)
coding
Diffstat (limited to 'Share')
-rw-r--r--Share/NCSelectDestination.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Share/NCSelectDestination.m b/Share/NCSelectDestination.m
index aca80f91a..59fb4b1e7 100644
--- a/Share/NCSelectDestination.m
+++ b/Share/NCSelectDestination.m
@@ -165,7 +165,7 @@
- (void)readFolder
{
- [[NCNetworking shared] readFolderWithServerUrl:_serverUrl account:activeAccount completion:^(NSString *account, tableMetadata *metadataFolder, NSArray *metadatas, NSInteger errorCode, NSString *errorDescription) {
+ [[NCNetworking shared] readFolderWithServerUrl:_serverUrl account:activeAccount completion:^(NSString *account, tableMetadata *metadataFolder, NSArray *metadatas, NSArray *metadatasChanged, NSInteger errorCode, NSString *errorDescription) {
if (errorCode == 0) {
self.move.enabled = true;