Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8d6dc4c authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am 865cffc7: Merge "Add null check in ViewOverlay" into jb-mr2-dev

* commit '865cffc7':
  Add null check in ViewOverlay
parents 13137ea1 865cffc7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -179,8 +179,10 @@ public class ViewOverlay {

        public void clear() {
            removeAllViews();
            if (mDrawables != null) {
                mDrawables.clear();
            }
        }

        boolean isEmpty() {
            if (getChildCount() == 0 &&