Loading java/src/com/android/inputmethod/latin/LatinIME.java +14 −19 Original line number Diff line number Diff line Loading @@ -1473,9 +1473,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } public void switchToKeyboardView() { mHandler.post(new Runnable() { @Override public void run() { if (DEBUG) { Log.d(TAG, "Switch to keyboard view."); } Loading @@ -1492,8 +1489,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen updateInputViewShown(); mHandler.postUpdateSuggestions(); } }); } public void clearSuggestions() { setSuggestions(SuggestedWords.EMPTY); Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +14 −19 Original line number Diff line number Diff line Loading @@ -1473,9 +1473,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } public void switchToKeyboardView() { mHandler.post(new Runnable() { @Override public void run() { if (DEBUG) { Log.d(TAG, "Switch to keyboard view."); } Loading @@ -1492,8 +1489,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen updateInputViewShown(); mHandler.postUpdateSuggestions(); } }); } public void clearSuggestions() { setSuggestions(SuggestedWords.EMPTY); Loading