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

Commit f3f9df61 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: I868dc3e0c94642af727114eaebac2d2ab2eb52d2
parents 08827047 0da64219
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5153,7 +5153,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                            .compose();
                            .compose();
                }
                }
                // fallback for devices without composition support
                // fallback for devices without composition support
                return VibrationEffect.get(VibrationEffect.EFFECT_DOUBLE_CLICK);
                return VibrationEffect.get(VibrationEffect.EFFECT_HEAVY_CLICK);


            default:
            default:
                return null;
                return null;