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

Commit 67ea8034 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

Change-Id: I10d404f2f5ea4388d4c5d31dce129902410279b4
parents bdc9d47c 5d378e5f
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();
        }