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

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

am a7b3694c: am b9bdde13: am 1663c75f: am d5a6df6d: Merge "Make the...

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

* commit 'a7b3694c':
  Make the NullVibrator really null.
parents 9fa41b2d a7b3694c
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);
    }

    /**