Merge "Set input method mode for CascadingMenuPopup." into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
edebcae978
@@ -231,6 +231,7 @@ final class CascadingMenuPopup extends MenuPopup implements MenuPresenter, OnKey
|
|||||||
popupWindow.setAnchorView(mAnchorView);
|
popupWindow.setAnchorView(mAnchorView);
|
||||||
popupWindow.setDropDownGravity(mDropDownGravity);
|
popupWindow.setDropDownGravity(mDropDownGravity);
|
||||||
popupWindow.setModal(true);
|
popupWindow.setModal(true);
|
||||||
|
popupWindow.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED);
|
||||||
return popupWindow;
|
return popupWindow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user