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

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

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

* commit 'e8d6dc4c':
  Add null check in ViewOverlay
parents b3b36ba1 e8d6dc4c
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 &&