Skip to content

Commit a66d28e

Browse files
committed
fix: proper toolbar error after copy/move to root
Signed-off-by: mykh-hailo <kristianderonta0205@gmail.com>
1 parent c76e041 commit a66d28e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/src/main/java/com/owncloud/android/ui/activity/FileDisplayActivity.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,9 @@ class FileDisplayActivity :
10661066
private fun exitSelectionMode() {
10671067
val ocFileListFragment = this.listOfFilesFragment
10681068
ocFileListFragment?.exitSelectionMode()
1069+
1070+
// Update
1071+
updateActionBarTitleAndHomeButton(currentDir)
10691072
}
10701073

10711074
private fun requestUploadOfFilesFromFileSystem(data: Intent, resultCode: Int) {

0 commit comments

Comments
 (0)