mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
workaround for system crash
This commit is contained in:
parent
a674df97da
commit
fc59d2c4f6
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ public class FileDisplayActivity extends SherlockFragmentActivity implements
|
|||
// Clear intent extra, so rotating the screen will not return us to this directory
|
||||
getIntent().removeExtra(FileDetailFragment.EXTRA_FILE);
|
||||
} else {
|
||||
mCurrentDir = mFileList.getCurrentFile();
|
||||
mCurrentDir = mStorageManager.getFileByPath("/");
|
||||
}
|
||||
|
||||
// Drop-Down navigation and file list restore
|
||||
|
|
Loading…
Reference in a new issue