Loading packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -1304,6 +1304,7 @@ class GlobalActionsDialog implements DialogInterface.OnDismissListener, DialogIn * ScrimController.GRADIENT_SCRIM_ALPHA * 255); mGradientDrawable.setAlpha(alpha); }) .withEndAction(() -> getWindow().getDecorView().requestAccessibilityFocus()) .start(); } Loading Loading
packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -1304,6 +1304,7 @@ class GlobalActionsDialog implements DialogInterface.OnDismissListener, DialogIn * ScrimController.GRADIENT_SCRIM_ALPHA * 255); mGradientDrawable.setAlpha(alpha); }) .withEndAction(() -> getWindow().getDecorView().requestAccessibilityFocus()) .start(); } Loading