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

Commit 0da64219 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

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

parents 4762ddab dca4ad7e
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;