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

Commit 9b971ac8 authored by Ahmad Khalil's avatar Ahmad Khalil Committed by Android (Google) Code Review
Browse files

Merge "Fix Regression for Oneshot Test" into main

parents b5100e90 daea8920
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -248,8 +248,6 @@ public final class VibratorControlService extends IVibratorControlService.Stub {
            IVibratorController vibratorController =
                    mVibratorControllerHolder.getVibratorController();
            if (vibratorController == null) {
                Slog.d(TAG, "Unable to check if should request vibration params. "
                        + "There is no registered IVibrationController.");
                return false;
            }