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

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

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

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

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