Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c756a965 authored by Sam Mortimer's avatar Sam Mortimer Committed by Michael Bestas
Browse files

fw/b: Allow customisation of navbar app switch long press action

Change-Id: Idfb12a7bae6d921d207b5becd69b1005ce3d2b92
parent 3ecd6e45
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3196,10 +3196,10 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            mAppSwitchPressAction = Action.fromSettings(resolver,
                    LineageSettings.System.KEY_APP_SWITCH_ACTION,
                    mAppSwitchPressAction);
        }
        mAppSwitchLongPressAction = Action.fromSettings(resolver,
                LineageSettings.System.KEY_APP_SWITCH_LONG_PRESS_ACTION,
                mAppSwitchLongPressAction);
        }

        mShortPressOnWindowBehavior = SHORT_PRESS_WINDOW_NOTHING;
        if (mPackageManager.hasSystemFeature(FEATURE_PICTURE_IN_PICTURE)) {