mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Clear spacebar sliding language switch diff
Change-Id: If82540b6632476e049fa9c4b3122e9c053227d6e
This commit is contained in:
parent
75136cd009
commit
f172be448c
@ -542,6 +542,7 @@ public class PointerTracker {
|
||||
mListener.onCodeInput(code, new int[] {code}, keyX, keyY);
|
||||
}
|
||||
mIsInSlidingLanguageSwitch = false;
|
||||
((LatinKeyboard)mKeyboard).setSpacebarSlidingLanguageSwitchDiff(0);
|
||||
return;
|
||||
}
|
||||
if (!mIsRepeatableKey) {
|
||||
|
Loading…
Reference in New Issue
Block a user