Merge "Fix NPE." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c63aa96218
@@ -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