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

Commit c63aa962 authored by Hiroshi Lockheimer's avatar Hiroshi Lockheimer Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE." into jb-mr1-dev

parents fbba753f 1a3bdd50
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -121,7 +121,9 @@ public class StatusBarWindowView extends FrameLayout
    }

    public void cancelExpandHelper() {
        if (mExpandHelper != null) {
            mExpandHelper.cancel();
        }
    }
}