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

Commit b34cad00 authored by Evan Rosky's avatar Evan Rosky
Browse files

Revert "Enable new initial-focus behavior for P"

This reverts commit 4dc3289c.

Reason for revert: Pushback from bundled apps.

Bug: 68841055
Bug: 34520588
Change-Id: Id771a11c9b44baf5810240cca164bae9f468b5ad
parent 4dc3289c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -512,7 +512,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;
        }