Skip to content

Commit 18f52a7

Browse files
committed
add docs
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 74ab81a commit 18f52a7

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
@@ -1301,9 +1301,12 @@ class FileDisplayActivity :
13011301

13021302
if (leftFragment is UnifiedSearchFragment) {
13031303
showSortListGroup(false)
1304+
1305+
// one pop or POP_BACK_STACK_INCLUSIVE is not showing the OCFileListFragment with correct state
13041306
supportFragmentManager.popBackStack()
13051307
supportFragmentManager.popBackStack()
13061308

1309+
// needed to set correct action bar style
13071310
if (isRoot) {
13081311
setupHomeSearchToolbarWithSortAndListButtons()
13091312
} else {

0 commit comments

Comments
 (0)