feat: default swipe-up gesture opens the widgets screen
This commit is contained in:
@@ -256,7 +256,7 @@ class PreferenceHelper @Inject constructor(@ApplicationContext context: Context)
|
||||
set(value) = prefs.edit().putString(Constants.LAUNCHER_FONT, value.name).apply()
|
||||
|
||||
var swipeUpAction: Constants.Action
|
||||
get() = loadAction(Constants.SWIPE_UP_ACTION, Constants.Action.ShowRecents)
|
||||
get() = loadAction(Constants.SWIPE_UP_ACTION, Constants.Action.ShowWidgets)
|
||||
set(value) = storeAction(Constants.SWIPE_UP_ACTION, value)
|
||||
|
||||
var swipeDownAction: Constants.Action
|
||||
|
||||
Reference in New Issue
Block a user