Skip to content

Commit e3597bc

Browse files
Version 6.1.2 (#3153)
1 parent ab8a66f commit e3597bc

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Nextcloud.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5682,7 +5682,7 @@
56825682
CLANG_WARN_UNREACHABLE_CODE = YES;
56835683
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
56845684
COPY_PHASE_STRIP = NO;
5685-
CURRENT_PROJECT_VERSION = 1;
5685+
CURRENT_PROJECT_VERSION = 0;
56865686
DEBUG_INFORMATION_FORMAT = dwarf;
56875687
DEVELOPMENT_TEAM = NKUJUXUJ3B;
56885688
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5709,7 +5709,7 @@
57095709
"@executable_path/Frameworks",
57105710
"@executable_path/../../Frameworks",
57115711
);
5712-
MARKETING_VERSION = 6.1.1;
5712+
MARKETING_VERSION = 6.1.2;
57135713
ONLY_ACTIVE_ARCH = YES;
57145714
OTHER_CFLAGS = "-v";
57155715
OTHER_LDFLAGS = "";
@@ -5748,7 +5748,7 @@
57485748
CLANG_WARN_UNREACHABLE_CODE = YES;
57495749
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
57505750
COPY_PHASE_STRIP = NO;
5751-
CURRENT_PROJECT_VERSION = 1;
5751+
CURRENT_PROJECT_VERSION = 0;
57525752
DEVELOPMENT_TEAM = NKUJUXUJ3B;
57535753
ENABLE_STRICT_OBJC_MSGSEND = YES;
57545754
ENABLE_TESTABILITY = YES;
@@ -5772,7 +5772,7 @@
57725772
"@executable_path/Frameworks",
57735773
"@executable_path/../../Frameworks",
57745774
);
5775-
MARKETING_VERSION = 6.1.1;
5775+
MARKETING_VERSION = 6.1.2;
57765776
ONLY_ACTIVE_ARCH = YES;
57775777
OTHER_CFLAGS = "-v";
57785778
OTHER_LDFLAGS = "";

iOSClient/Main/Collection Common/NCCollectionViewCommon.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
712712
image: utility.loadImage(named: "checkmark.circle"),
713713
attributes: (self.dataSource.isEmpty() || NCNetworking.shared.isOffline) ? .disabled : []) { _ in
714714
self.setEditMode(true)
715+
self.collectionView.reloadData()
715716
}
716717

717718
let list = UIAction(title: NSLocalizedString("_list_", comment: ""), image: utility.loadImage(named: "list.bullet"), state: layoutForView.layout == global.layoutList ? .on : .off) { _ in
@@ -858,6 +859,7 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, UIS
858859
tabBarSelect.show()
859860
let select = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: .done) {
860861
self.setEditMode(false)
862+
self.collectionView.reloadData()
861863
}
862864
navigationItem.rightBarButtonItems = [select]
863865
} else if navigationItem.rightBarButtonItems == nil || (!isEditMode && !tabBarSelect.isHidden()) {
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)