Merge "Clear spacebar sliding language switch diff"

main
Tadashi G. Takaoka 2011-04-22 04:23:03 -07:00 committed by Android (Google) Code Review
commit 0156713f2a
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@ public class PointerTracker {
mListener.onCodeInput(code, new int[] {code}, keyX, keyY);
}
mIsInSlidingLanguageSwitch = false;
((LatinKeyboard)mKeyboard).setSpacebarSlidingLanguageSwitchDiff(0);
return;
}
if (!mIsRepeatableKey) {