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

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

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

* commit 'e1ebc94c':
  Set the right expanded state
parents 2fb1eec7 e1ebc94c
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();