mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
fix #120, reopen the proper folder after rotating the device
This commit is contained in:
@ -44,7 +44,9 @@ class MainActivity : SimpleActivity() {
|
||||
isPickMultipleIntent = intent.getBooleanExtra(Intent.EXTRA_ALLOW_MULTIPLE, false)
|
||||
}
|
||||
|
||||
tryInitFileManager()
|
||||
if (savedInstanceState == null) {
|
||||
tryInitFileManager()
|
||||
}
|
||||
checkWhatsNewDialog()
|
||||
checkIfRootAvailable()
|
||||
storeStateVariables()
|
||||
|
Reference in New Issue
Block a user