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

Commit 8246f1aa authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge \\"Reduce vibration length of camera gesture\\" into nyc-mr1-dev am: d37db3c7

am: 843d1671

Change-Id: Ie40fe8ce2469bdf24a77f6106cd9e94c87887b14
parents 2b39c14c 843d1671
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4657,7 +4657,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,

    private void vibrateForCameraGesture() {
        // Make sure to pass -1 for repeat so VibratorService doesn't stop us when going to sleep.
        mVibrator.vibrate(new long[]{0, 750L}, -1 /* repeat */);
        mVibrator.vibrate(new long[]{0, 400}, -1 /* repeat */);
    }

    public void onScreenTurnedOn() {