mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
changed default settings
This commit is contained in:
parent
631dbf0cdb
commit
d4f672fc51
1 changed files with 2 additions and 2 deletions
|
@ -449,8 +449,8 @@ fun resetSettings(context: Context) {
|
||||||
.putBoolean(PREF_DATE_TIME_FLIP, false)
|
.putBoolean(PREF_DATE_TIME_FLIP, false)
|
||||||
.putBoolean(PREF_DATE_LOCALIZED, false)
|
.putBoolean(PREF_DATE_LOCALIZED, false)
|
||||||
.putBoolean(PREF_SCREEN_FULLSCREEN, true)
|
.putBoolean(PREF_SCREEN_FULLSCREEN, true)
|
||||||
.putBoolean(PREF_DOUBLE_ACTIONS_ENABLED, false)
|
.putBoolean(PREF_DOUBLE_ACTIONS_ENABLED, true)
|
||||||
|
.putBoolean(PREF_EDGE_ACTIONS_ENABLED, true)
|
||||||
Gesture.values().forEach { editor.putString(it.id, it.pickDefaultApp(context)) }
|
Gesture.values().forEach { editor.putString(it.id, it.pickDefaultApp(context)) }
|
||||||
|
|
||||||
editor.apply()
|
editor.apply()
|
||||||
|
|
Loading…
Add table
Reference in a new issue