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

Commit f20a318b authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Settings panel is expanded correnctly when QQS is showing

Test: runtest && manual
Change-Id: I6f04264cf308e4b2b22ae2ee9d2448737025e3ea
Fixes: 110149988
parent 75d2c1f1
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -733,7 +733,11 @@ public class NotificationPanelView extends PanelView implements
            mQsExpandImmediate = true;
            mQsExpandImmediate = true;
            mNotificationStackScroller.setShouldShowShelfOnly(true);
            mNotificationStackScroller.setShouldShowShelfOnly(true);
        }
        }
        if (isFullyCollapsed()){
            expand(true /* animate */);
            expand(true /* animate */);
        } else {
            flingSettings(0 /* velocity */, FLING_EXPAND);
        }
    }
    }


    public void expandWithoutQs() {
    public void expandWithoutQs() {