mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Merge pull request #10140 from nextcloud/fix/directory-does-not-exist
FileDisplayActivity: wait until OCFileListFragment is initialized to trigger browseToRoot()
This commit is contained in:
commit
ba7a2192f3
1 changed files with 1 additions and 0 deletions
|
@ -513,6 +513,7 @@ public class FileDisplayActivity extends FileActivity
|
|||
Log_OC.d(this, "Switch to oc file fragment");
|
||||
|
||||
setLeftFragment(new OCFileListFragment());
|
||||
getSupportFragmentManager().executePendingTransactions();
|
||||
browseToRoot();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue