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

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

Merge "Fix announcement of global actions menu" into oc-dr1-dev

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