commit | 0356865dadea60ca612c631ba3a7151c62954cd1 | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Mon Aug 15 15:02:46 2016 -0700 |
committer | Adrian Roos <roosa@google.com> | Mon Aug 15 15:02:57 2016 -0700 |
tree | 896bb59e7e89e5c2d0cabdd4f58583f15327d2de | |
parent | a0a718f5db03447dd5e7e660ee57506b907e880d [diff] |
Fix bug where RemoteInputView didn't reopen the IME Editable TextViews are implicitly selectable. Setting the selectable property to true however causes a bug where the onTouch logic thinks the view is not editable and thus doesn't show the IME when clicking that view. Change-Id: I9dd6139195bd98b26293e330290650d4e5549a6d Fixes: 30595718