Merge "Add null check in ViewOverlay" into jb-mr2-dev
This commit is contained in:
@@ -179,7 +179,9 @@ public class ViewOverlay {
|
||||
|
||||
public void clear() {
|
||||
removeAllViews();
|
||||
mDrawables.clear();
|
||||
if (mDrawables != null) {
|
||||
mDrawables.clear();
|
||||
}
|
||||
}
|
||||
|
||||
boolean isEmpty() {
|
||||
|
||||
Reference in New Issue
Block a user