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

Commit e1ebc94c authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am e5c5b948: am e01f4e27: Merge "Set the right expanded state" into lmp-mr1-dev

* commit 'e5c5b948':
  Set the right expanded state
parents 55606158 e5c5b948
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -802,6 +802,7 @@ public class NotificationPanelView extends PanelView implements
            requestPanelHeightUpdate();
            mNotificationStackScroller.setInterceptDelegateEnabled(expanded);
            mStatusBar.setQsExpanded(expanded);
            mQsPanel.setExpanded(expanded);
        }
    }

+0 −3
Original line number Diff line number Diff line
@@ -302,9 +302,6 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL
        updateSystemIconsLayoutParams();
        updateClickTargets();
        updateMultiUserSwitch();
        if (mQSPanel != null) {
            mQSPanel.setExpanded(mExpanded);
        }
        updateClockScale();
        updateAvatarScale();
        updateClockLp();