Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -2330,6 +2330,11 @@ public class PhoneWindowManager implements WindowManagerPolicy { mAppSwitchLongPressAction = Action.fromIntSafe(res.getInteger( org.lineageos.platform.internal.R.integer.config_longPressOnAppSwitchBehavior)); // If [appSwitchLongPressAction] is [SPLIT_SCREEN], switch to [NOTHING] if (mAppSwitchLongPressAction.ordinal() == Action.SPLIT_SCREEN.ordinal()) { mAppSwitchLongPressAction = Action.NOTHING; } mEdgeLongSwipeAction = Action.NOTHING; mHomeLongPressAction = Action.fromIntSafe(res.getInteger( Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +5 −0 Original line number Diff line number Diff line Loading @@ -2330,6 +2330,11 @@ public class PhoneWindowManager implements WindowManagerPolicy { mAppSwitchLongPressAction = Action.fromIntSafe(res.getInteger( org.lineageos.platform.internal.R.integer.config_longPressOnAppSwitchBehavior)); // If [appSwitchLongPressAction] is [SPLIT_SCREEN], switch to [NOTHING] if (mAppSwitchLongPressAction.ordinal() == Action.SPLIT_SCREEN.ordinal()) { mAppSwitchLongPressAction = Action.NOTHING; } mEdgeLongSwipeAction = Action.NOTHING; mHomeLongPressAction = Action.fromIntSafe(res.getInteger( Loading