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

Commit b4287e0c authored by Tiger Huang's avatar Tiger Huang Committed by Android (Google) Code Review
Browse files

Merge "Prevent the focus state from getting cleared"

parents d380bd78 b9be295a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1944,7 +1944,6 @@ public final class ViewRootImpl implements ViewParent,
            // PixelFormat.hasAlpha(lp.format) || lp.format == PixelFormat.RGBX_8888
            // However, windows are now always 32 bits by default, so choose 32 bits
            mAttachInfo.mUse32BitDrawingCache = true;
            mAttachInfo.mHasWindowFocus = false;
            mAttachInfo.mWindowVisibility = viewVisibility;
            mAttachInfo.mRecomputeGlobalAttributes = false;
            mLastConfigurationFromResources.setTo(config);