mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Small comment fixes
Change-Id: Iecb432c414eadf13ee6a57fb21fc02d1c27e777f
This commit is contained in:
parent
7ab112ef4a
commit
f296e7cdfa
@ -1489,11 +1489,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* To be called after the InputLogic has gotten a chance to act on the on-device decoding
|
* To be called after the InputLogic has gotten a chance to act on the suggested words by the
|
||||||
* for the full gesture, possibly updating the TextView to reflect the first decoding.
|
* IME for the full gesture, possibly updating the TextView to reflect the first suggestion.
|
||||||
* <p>
|
* <p>
|
||||||
* This method must be run on the UI Thread.
|
* This method must be run on the UI Thread.
|
||||||
* @param suggestedWords On-device decoding for the full gesture.
|
* @param suggestedWords suggested words by the IME for the full gesture.
|
||||||
*/
|
*/
|
||||||
public void onTailBatchInputResultShown(final SuggestedWords suggestedWords) {
|
public void onTailBatchInputResultShown(final SuggestedWords suggestedWords) {
|
||||||
mGestureConsumer.onImeSuggestionsProcessed(suggestedWords,
|
mGestureConsumer.onImeSuggestionsProcessed(suggestedWords,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user