mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
remove a redundant showHidden setting
This commit is contained in:
@ -50,6 +50,11 @@ class MainActivity : SimpleActivity() {
|
||||
checkIfRootAvailable()
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
invalidateOptionsMenu()
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
super.onDestroy()
|
||||
config.temporarilyShowHidden = false
|
||||
|
Reference in New Issue
Block a user