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

Commit 867b17af authored by Steve Kondik's avatar Steve Kondik
Browse files

input: Enable trackball wake by default

Change-Id: I4078a9c828e30367dc1a98bcc24dbe650199a1d9
parent 967f40d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -757,7 +757,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            mFancyRotationAnimation = Settings.System.getInt(resolver,
                    "fancy_rotation_anim", 0) != 0 ? 0x80 : 0;
            mTrackballWakeScreen = (Settings.System.getInt(resolver,
                    Settings.System.TRACKBALL_WAKE_SCREEN, 0) == 1);
                    Settings.System.TRACKBALL_WAKE_SCREEN, 1) == 1);
            mVolBtnMusicControls = (Settings.System.getInt(resolver,
                    Settings.System.VOLBTN_MUSIC_CONTROLS, 1) == 1);
            mCamBtnMusicControls = (Settings.System.getInt(resolver,