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

am: 5d378e5f2a

Change-Id: I10d404f2f5ea4388d4c5d31dce129902410279b4
This commit is contained in:
Jason Monk
2017-07-07 18:03:59 +00:00
committed by android-build-merger

View File

@@ -1304,6 +1304,7 @@ class GlobalActionsDialog implements DialogInterface.OnDismissListener, DialogIn
* ScrimController.GRADIENT_SCRIM_ALPHA * 255);
mGradientDrawable.setAlpha(alpha);
})
.withEndAction(() -> getWindow().getDecorView().requestAccessibilityFocus())
.start();
}