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

Commit fa781f8c authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Update GhostView properly when underlying view changes." into lmp-mr1-dev

parents 521ca5f8 264d3a21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11842,7 +11842,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    void invalidateInternal(int l, int t, int r, int b, boolean invalidateCache,
            boolean fullInvalidate) {
        if (mGhostView != null) {
            mGhostView.invalidate(invalidateCache);
            mGhostView.invalidate(true);
            return;
        }