Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f296e7cd authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Small comment fixes

Change-Id: Iecb432c414eadf13ee6a57fb21fc02d1c27e777f
parent 7ab112ef
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
     * for the full gesture, possibly updating the TextView to reflect the first decoding.
     * To be called after the InputLogic has gotten a chance to act on the suggested words by the
     * IME for the full gesture, possibly updating the TextView to reflect the first suggestion.
     * <p>
     * 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) {
        mGestureConsumer.onImeSuggestionsProcessed(suggestedWords,