remove a redundant showHidden setting

This commit is contained in:
tibbi
2017-10-23 12:58:37 +02:00
parent 4b772a9bfb
commit f00aee04b6
2 changed files with 6 additions and 5 deletions

View File

@ -50,6 +50,11 @@ class MainActivity : SimpleActivity() {
checkIfRootAvailable()
}
override fun onResume() {
super.onResume()
invalidateOptionsMenu()
}
override fun onDestroy() {
super.onDestroy()
config.temporarilyShowHidden = false