setComposingText() and commitText() tangle together |
||
Issue descriptionWhen |text| is empty(), ReplicaInputConnection#commitText(text, int) and ThreadedInputConnection#commitText(text, int) will call InputMethodController::setComposition(). It can work, but makes the code messy. They should call InputMethodController::commitText().
,
Oct 31 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Oct 28 2016