am 865cffc7: Merge "Add null check in ViewOverlay" into jb-mr2-dev
* commit '865cffc7cece8f10a9e6aab1e89a92c8794cb279': Add null check in ViewOverlay
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