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

Commit b8ce4e96 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Register for fallback vibration's death"

parents d6d5e0cc 9da5a93b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -912,6 +912,7 @@ public class VibratorService extends IVibratorService.Stub
        Vibration fallbackVib =
                new Vibration(vib.token, effect, vib.usageHint, vib.uid, vib.opPkg);
        final int intensity = getCurrentIntensityLocked(fallbackVib);
        linkVibration(fallbackVib);
        applyVibrationIntensityScalingLocked(fallbackVib, intensity);
        startVibrationInnerLocked(fallbackVib);
        return 0;