mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
reset Temp hidden item showing and Delete confirmation skipping on app start
This commit is contained in:
@ -74,6 +74,8 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||||||
setContentView(R.layout.activity_main)
|
setContentView(R.layout.activity_main)
|
||||||
appLaunched(BuildConfig.APPLICATION_ID)
|
appLaunched(BuildConfig.APPLICATION_ID)
|
||||||
|
|
||||||
|
config.temporarilyShowHidden = false
|
||||||
|
config.tempSkipDeleteConfirmation = false
|
||||||
mIsPickImageIntent = isPickImageIntent(intent)
|
mIsPickImageIntent = isPickImageIntent(intent)
|
||||||
mIsPickVideoIntent = isPickVideoIntent(intent)
|
mIsPickVideoIntent = isPickVideoIntent(intent)
|
||||||
mIsGetImageContentIntent = isGetImageContentIntent(intent)
|
mIsGetImageContentIntent = isGetImageContentIntent(intent)
|
||||||
|
Reference in New Issue
Block a user