Loading res/values/arrays.xml +0 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ <item>@string/hardware_keys_action_launch_camera</item> <item>@string/hardware_keys_action_sleep</item> <item>@string/hardware_keys_action_last_app</item> <item>@string/hardware_keys_action_split_screen</item> <item>@string/hardware_keys_action_kill_app</item> </string-array> Loading Loading @@ -94,7 +93,6 @@ <item>6</item> <item>7</item> <item>8</item> <item>9</item> <item>10</item> </string-array> Loading src/org/lineageos/lineageparts/input/ButtonSettings.java +1 −2 Original line number Diff line number Diff line Loading @@ -221,8 +221,7 @@ public class ButtonSettings extends SettingsPreferenceFragment org.lineageos.platform.internal.R.integer.config_longPressOnHomeBehavior)); Action defaultHomeDoubleTapAction = Action.fromIntSafe(res.getInteger( org.lineageos.platform.internal.R.integer.config_doubleTapOnHomeBehavior)); Action defaultAppSwitchLongPressAction = Action.fromIntSafe(res.getInteger( org.lineageos.platform.internal.R.integer.config_longPressOnAppSwitchBehavior)); Action defaultAppSwitchLongPressAction = Action.fromIntSafe(0); Action backLongPressAction = Action.fromSettings(resolver, LineageSettings.System.KEY_BACK_LONG_PRESS_ACTION, defaultBackLongPressAction); Loading Loading
res/values/arrays.xml +0 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ <item>@string/hardware_keys_action_launch_camera</item> <item>@string/hardware_keys_action_sleep</item> <item>@string/hardware_keys_action_last_app</item> <item>@string/hardware_keys_action_split_screen</item> <item>@string/hardware_keys_action_kill_app</item> </string-array> Loading Loading @@ -94,7 +93,6 @@ <item>6</item> <item>7</item> <item>8</item> <item>9</item> <item>10</item> </string-array> Loading
src/org/lineageos/lineageparts/input/ButtonSettings.java +1 −2 Original line number Diff line number Diff line Loading @@ -221,8 +221,7 @@ public class ButtonSettings extends SettingsPreferenceFragment org.lineageos.platform.internal.R.integer.config_longPressOnHomeBehavior)); Action defaultHomeDoubleTapAction = Action.fromIntSafe(res.getInteger( org.lineageos.platform.internal.R.integer.config_doubleTapOnHomeBehavior)); Action defaultAppSwitchLongPressAction = Action.fromIntSafe(res.getInteger( org.lineageos.platform.internal.R.integer.config_longPressOnAppSwitchBehavior)); Action defaultAppSwitchLongPressAction = Action.fromIntSafe(0); Action backLongPressAction = Action.fromSettings(resolver, LineageSettings.System.KEY_BACK_LONG_PRESS_ACTION, defaultBackLongPressAction); Loading