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

Commit 87f87d9a authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "[IL59] Rename a method"

parents 9c9c43c0 17bd129f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                postUpdateSuggestionStrip();
                break;
            case MSG_ON_END_BATCH_INPUT:
                latinIme.mInputLogic.endBatchInputAsyncInternal(latinIme.mSettings.getCurrent(),
                latinIme.mInputLogic.endBatchInputInternal(latinIme.mSettings.getCurrent(),
                        (SuggestedWords) msg.obj, latinIme.mKeyboardSwitcher);
                break;
            case MSG_RESET_CACHES:
+1 −1
Original line number Diff line number Diff line
@@ -1534,7 +1534,7 @@ public final class InputLogic {
     * @param settingsValues the current values of the settings.
     * @param suggestedWords suggestedWords to use.
     */
    public void endBatchInputAsyncInternal(final SettingsValues settingsValues,
    public void endBatchInputInternal(final SettingsValues settingsValues,
            final SuggestedWords suggestedWords,
            // TODO: remove this argument
            final KeyboardSwitcher keyboardSwitcher) {