Skip to content

Commit 82d6dfe

Browse files
fix right menu (#3316)
Signed-off-by: Marino Faggiana <[email protected]>
1 parent 081143a commit 82d6dfe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Nextcloud.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5607,7 +5607,7 @@
56075607
"@executable_path/Frameworks",
56085608
"@executable_path/../../Frameworks",
56095609
);
5610-
MARKETING_VERSION = 6.2.6;
5610+
MARKETING_VERSION = 6.2.7;
56115611
ONLY_ACTIVE_ARCH = YES;
56125612
OTHER_CFLAGS = "-v";
56135613
OTHER_LDFLAGS = "";
@@ -5670,7 +5670,7 @@
56705670
"@executable_path/Frameworks",
56715671
"@executable_path/../../Frameworks",
56725672
);
5673-
MARKETING_VERSION = 6.2.6;
5673+
MARKETING_VERSION = 6.2.7;
56745674
ONLY_ACTIVE_ARCH = YES;
56755675
OTHER_CFLAGS = "-v";
56765676
OTHER_LDFLAGS = "";

iOSClient/Files/NCFilesNavigationController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ class NCFilesNavigationController: NCMainNavigationController {
235235
let select = UIBarButtonItem(title: NSLocalizedString("_cancel_", comment: ""), style: .done) {
236236
collectionViewCommon.setEditMode(false)
237237
collectionViewCommon.collectionView.reloadData()
238+
collectionViewCommon.navigationItem.rightBarButtonItems = [self.menuBarButtonItem]
238239
}
239240

240241
self.collectionViewCommon?.navigationItem.rightBarButtonItems = [select]

0 commit comments

Comments
 (0)