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

Commit e9cb0820 authored by Zhentao Sun's avatar Zhentao Sun
Browse files

Changed the vibration duration from 1s to 750ms.

Fixed b/23727634.

Change-Id: Ie03b26f7b8faee8d61d772041351729995f7088c
parent e45761ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3931,7 +3931,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    }

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

    public void onScreenTurnedOn() {