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

Commit 806ee59c authored by Jiaquan He's avatar Jiaquan He Committed by android-build-merger
Browse files

Merge "Do not relayout on default focus highlight." into oc-dev

am: badb83b3

Change-Id: I7174ffcfef9d32b4b7559251060cea8ce8a34d58
parents eb109450 badb83b3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19794,7 +19794,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
                && (mForegroundInfo == null || mForegroundInfo.mDrawable == null)) {
            mPrivateFlags |= PFLAG_SKIP_DRAW;
        }
        requestLayout();
        invalidate();
    }