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

Commit 762af1d6 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 am: 948b7483

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

Change-Id: I1397fccba8fbdc6f2c2ada2b415ef164bc65e997
parents 3f91cb09 948b7483
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;