Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2a363fd authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by android-build-merger
Browse files

Merge "Set input method mode for CascadingMenuPopup." into nyc-dev am: edebcae9

am: 66e5b59d

* commit '66e5b59d':
  Set input method mode for CascadingMenuPopup.

Change-Id: Ie9efc3abeec02062baccb68615b1ccee5526abd8
parents 2a1719cc 66e5b59d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -231,6 +231,7 @@ final class CascadingMenuPopup extends MenuPopup implements MenuPresenter, OnKey
        popupWindow.setAnchorView(mAnchorView);
        popupWindow.setDropDownGravity(mDropDownGravity);
        popupWindow.setModal(true);
        popupWindow.setInputMethodMode(PopupWindow.INPUT_METHOD_NOT_NEEDED);
        return popupWindow;
    }