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

Commit 3d471e84 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-17.1' into v1-q

parents 23aaf0ff 44f7cdc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3082,7 +3082,7 @@ public class NotificationPanelView extends PanelView implements
     * @param x the x-coordinate the touch event
     */
    protected void updateVerticalPanelPosition(float x) {
        if (mNotificationStackScroller.getWidth() * 1.75f > getWidth()) {
        if (mKeyguardShowing || mNotificationStackScroller.getWidth() * 1.75f > getWidth()) {
            resetHorizontalPanelPosition();
            return;
        }