Skip to content

Commit 6c91738

Browse files
Merge pull request #16626 from nextcloud/backport/16593/stable-3.36
[stable-3.36] fix(e2ee): new folder creation navigation
2 parents 5644c53 + 42db4fc commit 6c91738

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/com/owncloud/android/ui/fragment/OCFileListFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,7 @@ private void listenSetupEncryptionDialogResult() {
12881288
mContainerActivity.getFileOperationsHelper().toggleEncryption(file, true);
12891289
mAdapter.setEncryptionAttributeForItemID(file.getRemoteId(), true);
12901290
searchFragment = false;
1291+
setFileDepth(file);
12911292
listDirectory(file, MainApp.isOnlyOnDevice());
12921293
mContainerActivity.onBrowsedDownTo(file);
12931294

0 commit comments

Comments
 (0)