* commit '4fed68a2b1c7d35f421d8eee672138e55b769d86': 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