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

Commit 606058f7 authored by Kurt Partridge's avatar Kurt Partridge
Browse files

[Rlog5] ResearchLogging change from onFinishInput to onFinishInputView

Change-Id: I7d3bcfe647249e0b8a14ac3d67460c2684f16d8c
parent 1a273368
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -805,10 +805,6 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
        super.onFinishInput();

        LatinImeLogger.commit();
        if (ProductionFlag.IS_EXPERIMENTAL) {
            ResearchLogger.getInstance().latinIME_onFinishInputInternal();
        }

        final MainKeyboardView mainKeyboardView = mKeyboardSwitcher.getMainKeyboardView();
        if (mainKeyboardView != null) {
            mainKeyboardView.closing();
@@ -825,6 +821,9 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
        // Remove pending messages related to update suggestions
        mHandler.cancelUpdateSuggestionStrip();
        resetComposingState(true /* alsoResetLastComposedWord */);
        if (ProductionFlag.IS_EXPERIMENTAL) {
            ResearchLogger.getInstance().latinIME_onFinishInputViewInternal();
        }
    }

    @Override
+1 −1
Original line number Diff line number Diff line
@@ -824,7 +824,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
        }
    }

    public void latinIME_onFinishInputInternal() {
    public void latinIME_onFinishInputViewInternal() {
        stop();
    }