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

Commit ae068bb6 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Fix announcement of global actions menu" into oc-dr1-dev am: 5d378e5f

am: 67ea8034

Change-Id: I4a5a2ad36d792c5edd335e77c61c5fc0d5ec75d5
parents 3771c46e 67ea8034
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();
        }