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

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

Merge "Fix another NPE."

parents ca0c1a3c f48fd822
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 && mExpandedParams != null) {
        if (mExpandedDialog != null && mExpandedParams != null && mDisplaySize != null) {
            mExpandedParams.width = mDisplaySize.x;
            mExpandedParams.height = getExpandedHeight(mDisplaySize.y);
            if (!mExpandedVisible) {