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

Commit f91f0905 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE on first-ever boot if display has rotated."

parents 8d77e771 96f3b6f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1873,7 +1873,7 @@ public class PhoneStatusBar extends StatusBar {
    }

    void updateExpandedSize() {
        if (mExpandedDialog != null) {
        if (mExpandedDialog != null && mExpandedParams != null) {
            mExpandedParams.width = mDisplaySize.x;
            mExpandedParams.height = getExpandedHeight(mDisplaySize.y);
            if (!mExpandedVisible) {