Fix bug 2386867 - Phone DecorViews FOCUS_AFTER_DESCENDANTS
Change-Id: Iade2c2d8ea575fc452897dbfd3d8454b5b7972ed
This commit is contained in:
@@ -2213,6 +2213,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
|
||||
private void installDecor() {
|
||||
if (mDecor == null) {
|
||||
mDecor = generateDecor();
|
||||
mDecor.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);
|
||||
mDecor.setIsRootNamespace(true);
|
||||
}
|
||||
if (mContentParent == null) {
|
||||
|
||||
Reference in New Issue
Block a user