mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-21 02:09:09 +02:00
Reset keyboard when finishing
This may cause key repeat continuing for a bit after the keyboard closes.
This commit is contained in:
parent
743b10165c
commit
f287ff2e09
@ -111,6 +111,13 @@ public class Keyboard2 extends InputMethodService
|
|||||||
refreshSubtype(subtype);
|
refreshSubtype(subtype);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onFinishInputView(boolean finishingInput)
|
||||||
|
{
|
||||||
|
super.onFinishInputView(finishingInput);
|
||||||
|
_keyboardView.reset();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key)
|
public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user