Loading java/src/com/android/inputmethod/keyboard/PointerTracker.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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 Loading
java/src/com/android/inputmethod/keyboard/PointerTracker.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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