Skip to content

Commit

Permalink
Merge pull request #10149 from nextcloud/backport/10140/stable-3.20
Browse files Browse the repository at this point in the history
[stable-3.20] FileDisplayActivity: wait until OCFileListFragment is initialized to trigger browseToRoot()
  • Loading branch information
AlvaroBrey authored May 3, 2022
2 parents 39b4c43 + 08badbe commit 55dc58b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ protected void onNewIntent(Intent intent) {
Log_OC.d(this, "Switch to oc file fragment");

setLeftFragment(new OCFileListFragment());
getSupportFragmentManager().executePendingTransactions();
browseToRoot();
}
}
Expand Down

0 comments on commit 55dc58b

Please sign in to comment.