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

Unverified Commit eae64b15 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 f00966e7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3248,10 +3248,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);
        }

        mEdgeLongSwipeAction = Action.fromSettings(resolver,
                LineageSettings.System.KEY_EDGE_LONG_SWIPE_ACTION,