Skip to content
Snippets Groups Projects
Commit 0156713f authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Clear spacebar sliding language switch diff"

parents c82b8dbd f172be44
No related branches found
No related tags found
No related merge requests found
......@@ -542,6 +542,7 @@ public class PointerTracker {
mListener.onCodeInput(code, new int[] {code}, keyX, keyY);
}
mIsInSlidingLanguageSwitch = false;
((LatinKeyboard)mKeyboard).setSpacebarSlidingLanguageSwitchDiff(0);
return;
}
if (!mIsRepeatableKey) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment