reset Temp hidden item showing and Delete confirmation skipping on app start

This commit is contained in:
tibbi 2018-06-14 10:27:38 +02:00
parent b80e02d14f
commit e88df331d9
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
setContentView(R.layout.activity_main)
appLaunched(BuildConfig.APPLICATION_ID)
config.temporarilyShowHidden = false
config.tempSkipDeleteConfirmation = false
mIsPickImageIntent = isPickImageIntent(intent)
mIsPickVideoIntent = isPickVideoIntent(intent)
mIsGetImageContentIntent = isGetImageContentIntent(intent)