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

Commit af14a77d 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: I70c42c2febf4cfcd23584bdf151937857d8982ba
parents bdc9d47c 5d378e5f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1304,6 +1304,7 @@ class GlobalActionsDialog implements DialogInterface.OnDismissListener, DialogIn
                                * ScrimController.GRADIENT_SCRIM_ALPHA * 255);
                                * ScrimController.GRADIENT_SCRIM_ALPHA * 255);
                        mGradientDrawable.setAlpha(alpha);
                        mGradientDrawable.setAlpha(alpha);
                    })
                    })
                    .withEndAction(() -> getWindow().getDecorView().requestAccessibilityFocus())
                    .start();
                    .start();
        }
        }