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

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

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

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