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

Commit 6c76b21d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stop requesting a11y focus in GlobalActionsDialog"

parents 5b96f837 6a401b7e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1543,7 +1543,6 @@ class GlobalActionsDialog implements DialogInterface.OnDismissListener,
                                * ScrimController.GRADIENT_SCRIM_ALPHA * 255);
                        mGradientDrawable.setAlpha(alpha);
                    })
                    .withEndAction(() -> getWindow().getDecorView().requestAccessibilityFocus())
                    .start();
        }