mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "[Rlog5] ResearchLogging change from onFinishInput to onFinishInputView"
This commit is contained in:
commit
ce8b139124
@ -820,10 +820,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();
|
||||
@ -840,6 +836,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
|
||||
|
@ -824,7 +824,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||
}
|
||||
}
|
||||
|
||||
public void latinIME_onFinishInputInternal() {
|
||||
public void latinIME_onFinishInputViewInternal() {
|
||||
stop();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user