am c63aa962: Merge "Fix NPE." into jb-mr1-dev
* commit 'c63aa9621821b3f1e32292362cce76cd1899d932': Fix NPE.
This commit is contained in:
@@ -121,7 +121,9 @@ public class StatusBarWindowView extends FrameLayout
|
||||
}
|
||||
|
||||
public void cancelExpandHelper() {
|
||||
mExpandHelper.cancel();
|
||||
if (mExpandHelper != null) {
|
||||
mExpandHelper.cancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user