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

Commit bd88dc75 authored by Daniel Sandler's avatar Daniel Sandler Committed by Automerger Merge Worker
Browse files

Merge "Switch assistant to HEAVY_CLICK effect on devices without haptic...

Merge "Switch assistant to HEAVY_CLICK effect on devices without haptic composition." into sc-dev am: 0da64219

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14387503

Change-Id: I5767d612aa39dd8092b54c7bfc8c87a871f27412
parents 37950cc5 0da64219
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5153,7 +5153,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                            .compose();
                }
                // fallback for devices without composition support
                return VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK);
                return VibrationEffect.get(VibrationEffect.EFFECT_HEAVY_CLICK);

            default:
                return null;