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

Commit b9bdde13 authored by Michael Wright's avatar Michael Wright Committed by Android Git Automerger
Browse files

am 1663c75f: am d5a6df6d: Merge "Make the NullVibrator really null." into mnc-dev

* commit '1663c75f':
  Make the NullVibrator really null.
parents 43a95cf1 1663c75f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ public class NullVibrator extends Vibrator {
     */
    @Override
    public void vibrate(int uid, String opPkg, long milliseconds, AudioAttributes attributes) {
        vibrate(milliseconds);
    }

    /**