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

Commit 5dbe4afe authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "QS: Fix single expanded frame from layout" into nyc-dev am: 4215ae01 am: 023b3381

am: e5b5c117

* commit 'e5b5c117':
  QS: Fix single expanded frame from layout

Change-Id: If4e5828a662d2d326e447f31f36ecea5a6280a19
parents 98823018 e5b5c117
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1735,7 +1735,7 @@ public class NotificationPanelView extends PanelView implements

    public void onQsHeightChanged() {
        mQsMaxExpansionHeight = mQsContainer.getDesiredHeight();
        if (mQsExpanded) {
        if (mQsExpanded && mQsFullyExpanded) {
            mQsExpansionHeight = mQsMaxExpansionHeight;
            requestScrollerTopPaddingUpdate(false /* animate */);
            requestPanelHeightUpdate();