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

Commit 264d3a21 authored by George Mount's avatar George Mount
Browse files

Update GhostView properly when underlying view changes.

Bug 18308803

Change-Id: Iad1366ea8fe3ba488dfb82ff1f9e170cafb4b2ec
parent 7d3d5feb
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;
        }