diff options
| author | 2016-08-16 00:07:51 +0000 | |
|---|---|---|
| committer | 2016-08-16 00:07:51 +0000 | |
| commit | 99d5a54dbac9569a787f3c5c444897aa4e657a76 (patch) | |
| tree | d9a267474d05f0ea085888ff75b3fadbe847bd95 | |
| parent | 3469b3d2976f914934a577e64f4ab629f8c68e1d (diff) | |
| parent | 160410a016fedc9fcd3224f1673044ee62afb158 (diff) | |
Fix bug where RemoteInputView didn't reopen the IME am: 0356865dad am: 2bf73bbb43
am: 160410a016
Change-Id: Id438e2fb6a6ce42f4264f4ca4edbbb59fa715039
| -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 |