summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-06-20 01:08:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-06-20 01:08:18 +0000
commitf1799d5361dd49089bae4e0b146ab766f3f56b34 (patch)
treef2abb2d31e013c3d6feec8c2b40fa36c61f1c1fd
parent26d281bd7437cf138d7c383970649604562c530f (diff)
parent2eb1cb6e4066cdb80b489a3fdb8a34da7e38d523 (diff)
downloadQuickAccessWallet-f1799d5361dd49089bae4e0b146ab766f3f56b34.tar.gz
Snap for 6610691 from 2eb1cb6e4066cdb80b489a3fdb8a34da7e38d523 to rvc-release
Change-Id: I2638aa10f720a4e806423e76be95ee23ba310283
-rw-r--r--src/com/android/systemui/plugin/globalactions/wallet/WalletPopupMenu.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/systemui/plugin/globalactions/wallet/WalletPopupMenu.java b/src/com/android/systemui/plugin/globalactions/wallet/WalletPopupMenu.java
index 5d047d4..2404222 100644
--- a/src/com/android/systemui/plugin/globalactions/wallet/WalletPopupMenu.java
+++ b/src/com/android/systemui/plugin/globalactions/wallet/WalletPopupMenu.java
@@ -41,6 +41,7 @@ class WalletPopupMenu extends ListPopupWindow {
super(new ContextThemeWrapper(context, R.style.Wallet_ListPopupWindow));
mContext = context;
setWindowLayoutType(WindowManager.LayoutParams.TYPE_VOLUME_OVERLAY);
+ setInputMethodMode(INPUT_METHOD_NOT_NEEDED);
setModal(true);
setAnchorView(anchorView);
setDropDownGravity(Gravity.END);