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

Commit 4772301e authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Revert "Enable new initial-focus behavior for P""

parents 1816a327 b34cad00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@ public final class ViewRootImpl implements ViewParent,
        mDisplayManager = (DisplayManager)context.getSystemService(Context.DISPLAY_SERVICE);

        if (!sCompatibilityDone) {
            sAlwaysAssignFocus = mTargetSdkVersion < Build.VERSION_CODES.P;
            sAlwaysAssignFocus = true;

            sCompatibilityDone = true;
        }