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

Commit cc66b9df authored by George Mount's avatar George Mount Committed by Android Git Automerger
Browse files

am 4978ebe0: am fa781f8c: Merge "Update GhostView properly when underlying...

am 4978ebe0: am fa781f8c: Merge "Update GhostView properly when underlying view changes." into lmp-mr1-dev

* commit '4978ebe0':
  Update GhostView properly when underlying view changes.
parents bea6648d 4978ebe0
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;
        }