diff options
| author | 2016-08-15 23:48:58 +0000 | |
|---|---|---|
| committer | 2016-08-15 23:48:58 +0000 | |
| commit | 2bf73bbb43a38ccd77a78a286123f538f90221f5 (patch) | |
| tree | e35365272d0f022ad7c313abf665f3e06e2c2ed3 | |
| parent | ae5a79ad1249c08cc8bcad8c6a530a0abf871083 (diff) | |
| parent | 0356865dadea60ca612c631ba3a7151c62954cd1 (diff) | |
Fix bug where RemoteInputView didn't reopen the IME
am: 0356865dad
Change-Id: I983cd6d0abc35af375d95722606969f13aebb9f5
| -rw-r--r-- | packages/SystemUI/res/layout/remote_input.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/remote_input.xml b/packages/SystemUI/res/layout/remote_input.xml index 0c8cc9bb5f02..f0c4e595106a 100644 --- a/packages/SystemUI/res/layout/remote_input.xml +++ b/packages/SystemUI/res/layout/remote_input.xml @@ -42,7 +42,6 @@ android:singleLine="true" android:ellipsize="start" android:inputType="textShortMessage|textAutoCorrect|textCapSentences" - android:textIsSelectable="true" android:imeOptions="actionNone|flagNoExtractUi" /> <FrameLayout |