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