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

Commit e07b94bf authored by Jeff Brown's avatar Jeff Brown
Browse files

Perform haptic feedback for wake gesture.

Change-Id: I0275853ad0de7188cb16b68899085170376b527a
parent 2139276c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -624,6 +624,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
        public void onWakeUp() {
            synchronized (mLock) {
                if (shouldEnableWakeGestureLp()) {
                    performHapticFeedbackLw(null, HapticFeedbackConstants.VIRTUAL_KEY, false);
                    mPowerManager.wakeUp(SystemClock.uptimeMillis());
                }
            }