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

Commit 865cffc7 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Add null check in ViewOverlay" into jb-mr2-dev

parents 3ee2977c d8b0b233
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 &&