removing a redundant variable
This commit is contained in:
parent
5c608de61b
commit
132953c25a
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
private val PICK_WALLPAPER = 3
|
private val PICK_WALLPAPER = 3
|
||||||
private val LAST_MEDIA_CHECK_PERIOD = 3000L
|
private val LAST_MEDIA_CHECK_PERIOD = 3000L
|
||||||
private val NEW_APP_PACKAGE = "com.simplemobiletools.clock"
|
private val NEW_APP_PACKAGE = "com.simplemobiletools.clock"
|
||||||
private val IS_PROTECTION_DIALOG_SHOWN = "is_protection_dialog_shown"
|
|
||||||
|
|
||||||
private var mIsPickImageIntent = false
|
private var mIsPickImageIntent = false
|
||||||
private var mIsPickVideoIntent = false
|
private var mIsPickVideoIntent = false
|
||||||
|
|
Loading…
Reference in a new issue