Skip to content

Commit e15bf31

Browse files
committed
fix(file-listing): action bar title when user comes back from preview image
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 4c766c8 commit e15bf31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,7 @@ class FileDisplayActivity :
13621362
} else if (!ocFileListFragment.isSearchFragment && startFile == null) {
13631363
updateListOfFilesFragment()
13641364
ocFileListFragment.registerFabListener()
1365+
updateActionBarTitleAndHomeButton(currentDir)
13651366
} else {
13661367
ocFileListFragment.listDirectory(startFile, false)
13671368
updateActionBarTitleAndHomeButton(startFile)

0 commit comments

Comments
 (0)