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:
authorMarino Faggiana <m.faggiana@twsweb.it>2018-04-11 17:19:05 +0300
committerMarino Faggiana <marinofaggiana@mbp-di-marino.infra.rb20.intra>2018-04-11 17:19:05 +0300
commitdac4c2a821759c99492130564db4eac70bbd3ccf (patch)
tree3662e42ea2310b36ba479b7db983b7536105ea4d /iOSClient
parentc6c74ccfe145679e2c5884a284b26e7b931d5cb0 (diff)
fix editingModeNO on Photos
Diffstat (limited to 'iOSClient')
-rw-r--r--iOSClient/Photos/CCPhotos.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/iOSClient/Photos/CCPhotos.m b/iOSClient/Photos/CCPhotos.m
index 27e1cece8..cfe1ff353 100644
--- a/iOSClient/Photos/CCPhotos.m
+++ b/iOSClient/Photos/CCPhotos.m
@@ -404,6 +404,8 @@
self.navigationItem.leftBarButtonItem.enabled = YES;
self.navigationItem.rightBarButtonItem.enabled = YES;
+ [self editingModeNO];
+
if (completed) {
[self.collectionView reloadData];
}
@@ -472,6 +474,7 @@
} else {
[self reloadDatasourceFromSearch:NO];
+ [self editingModeNO];
}
} else {