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

Commit 3df405c7 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

am: 806ee59c

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