Skip to content

Commit 7906689

Browse files
committed
Merge branch 'develop' of https://github.com/nextcloud/ios into develop
2 parents f663eab + 43fbd94 commit 7906689

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Nextcloud.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5547,7 +5547,7 @@
55475547
CLANG_WARN_UNREACHABLE_CODE = YES;
55485548
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
55495549
COPY_PHASE_STRIP = NO;
5550-
CURRENT_PROJECT_VERSION = 3;
5550+
CURRENT_PROJECT_VERSION = 0;
55515551
DEBUG_INFORMATION_FORMAT = dwarf;
55525552
DEVELOPMENT_TEAM = NKUJUXUJ3B;
55535553
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5574,7 +5574,7 @@
55745574
"@executable_path/Frameworks",
55755575
"@executable_path/../../Frameworks",
55765576
);
5577-
MARKETING_VERSION = 6.2.2;
5577+
MARKETING_VERSION = 6.2.3;
55785578
ONLY_ACTIVE_ARCH = YES;
55795579
OTHER_CFLAGS = "-v";
55805580
OTHER_LDFLAGS = "";
@@ -5613,7 +5613,7 @@
56135613
CLANG_WARN_UNREACHABLE_CODE = YES;
56145614
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
56155615
COPY_PHASE_STRIP = NO;
5616-
CURRENT_PROJECT_VERSION = 3;
5616+
CURRENT_PROJECT_VERSION = 0;
56175617
DEVELOPMENT_TEAM = NKUJUXUJ3B;
56185618
ENABLE_STRICT_OBJC_MSGSEND = YES;
56195619
ENABLE_TESTABILITY = YES;
@@ -5637,7 +5637,7 @@
56375637
"@executable_path/Frameworks",
56385638
"@executable_path/../../Frameworks",
56395639
);
5640-
MARKETING_VERSION = 6.2.2;
5640+
MARKETING_VERSION = 6.2.3;
56415641
ONLY_ACTIVE_ARCH = YES;
56425642
OTHER_CFLAGS = "-v";
56435643
OTHER_LDFLAGS = "";

iOSClient/Networking/E2EE/NCNetworkingE2EECreateFolder.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ class NCNetworkingE2EECreateFolder: NSObject {
150150
let metadata = self.database.convertFileToMetadata(file, isDirectoryE2EE: true)
151151
self.database.addMetadata(metadata)
152152
self.database.addDirectory(e2eEncrypted: true, favorite: metadata.favorite, ocId: metadata.ocId, fileId: metadata.fileId, permissions: metadata.permissions, serverUrl: serverUrlFileName, account: metadata.account)
153+
self.database.realmRefresh()
153154

154155
NotificationCenter.default.postOnMainThread(name: NCGlobal.shared.notificationCenterCreateFolder, userInfo: ["ocId": ocId, "serverUrl": serverUrl, "account": session.account, "withPush": withPush, "sceneIdentifier": sceneIdentifier as Any])
155156

0 commit comments

Comments
 (0)