mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
add logging for finish input (view)
This commit is contained in:
parent
da467a6751
commit
e2b687a567
1 changed files with 2 additions and 0 deletions
|
@ -1061,6 +1061,7 @@ public class LatinIME extends InputMethodService implements
|
||||||
|
|
||||||
void onFinishInputInternal() {
|
void onFinishInputInternal() {
|
||||||
super.onFinishInput();
|
super.onFinishInput();
|
||||||
|
Log.i(TAG, "onFinishInput");
|
||||||
|
|
||||||
mDictionaryFacilitator.onFinishInput(this);
|
mDictionaryFacilitator.onFinishInput(this);
|
||||||
final MainKeyboardView mainKeyboardView = mKeyboardSwitcher.getMainKeyboardView();
|
final MainKeyboardView mainKeyboardView = mKeyboardSwitcher.getMainKeyboardView();
|
||||||
|
@ -1071,6 +1072,7 @@ public class LatinIME extends InputMethodService implements
|
||||||
|
|
||||||
void onFinishInputViewInternal(final boolean finishingInput) {
|
void onFinishInputViewInternal(final boolean finishingInput) {
|
||||||
super.onFinishInputView(finishingInput);
|
super.onFinishInputView(finishingInput);
|
||||||
|
Log.i(TAG, "onFinishInputView");
|
||||||
cleanupInternalStateForFinishInput();
|
cleanupInternalStateForFinishInput();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue