commit | 832dc0e2d0f91a28166ea51a068ebaf339e09e0d | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Mon Feb 14 12:18:00 2011 -0800 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Mon Feb 14 12:18:00 2011 -0800 |
tree | a534a2e6b214212fd4fb6cb840596ce013bc796a | |
parent | 27e78563c1f04490ffa8b850a0442715482d1f2c [diff] |
Fixing display of the photo action menu Bug: 3291482 Change-Id: I61c89542541ffcdfa0efe1235b7efdb2dd1b3c44
diff --git a/src/com/android/contacts/editor/PhotoActionPopup.java b/src/com/android/contacts/editor/PhotoActionPopup.java index ae76afe..bc50da9 100644 --- a/src/com/android/contacts/editor/PhotoActionPopup.java +++ b/src/com/android/contacts/editor/PhotoActionPopup.java
@@ -101,6 +101,7 @@ listPopupWindow.setWidth(context.getResources().getDimensionPixelSize( R.dimen.photo_action_popup_width)); listPopupWindow.setModal(true); + listPopupWindow.setInputMethodMode(ListPopupWindow.INPUT_METHOD_NOT_NEEDED); return listPopupWindow; }