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

Commit 5c731480 authored by Hiroshi Lockheimer's avatar Hiroshi Lockheimer Committed by Android Git Automerger
Browse files

am c63aa962: Merge "Fix NPE." into jb-mr1-dev

* commit 'c63aa962':
  Fix NPE.
parents 4a4ae0b7 c63aa962
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();
        }
    }
}