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

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

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

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


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