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

Commit cb039124 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Don't draw with invalid display lists Bug #10301674" into klp-dev

parents 5f25f7c3 f6664567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1449,7 +1449,7 @@ public final class ViewRootImpl implements ViewParent,
                            }

                            DisplayList displayList = mView.mDisplayList;
                            if (displayList != null) {
                            if (displayList != null && displayList.isValid()) {
                                layerCanvas.drawDisplayList(displayList, null,
                                        DisplayList.FLAG_CLIP_CHILDREN);
                            } else {