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

Commit aded82ce authored by Zhentao Sun's avatar Zhentao Sun Committed by Android Git Automerger
Browse files

am 6d8bdb50: am 5536d447: Merge "Changed the vibration duration from 1s to 750ms." into mnc-dr-dev

* commit '6d8bdb50':
  Changed the vibration duration from 1s to 750ms.
parents 22262f31 6d8bdb50
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3929,7 +3929,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    }
    }


    private void vibrateForCameraGesture() {
    private void vibrateForCameraGesture() {
        mVibrator.vibrate(1000L);
        mVibrator.vibrate(750L);
    }
    }


    public void onScreenTurnedOn() {
    public void onScreenTurnedOn() {