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

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

Merge "Respond to taps and lifts when AOD is off"

parents b9fee236 62206ccb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -48,7 +48,10 @@ public class AmbientDisplayConfiguration {
        return pulseOnNotificationEnabled(user)
                || pulseOnLongPressEnabled(user)
                || alwaysOnEnabled(user)
                || wakeScreenGestureEnabled(user);
                || wakeScreenGestureEnabled(user)
                || pickupGestureEnabled(user)
                || tapGestureEnabled(user)
                || doubleTapGestureEnabled(user);
    }

    /** {@hide} */