diff options
author | 2011-12-18 08:36:16 +0900 | |
---|---|---|
committer | 2011-12-18 19:10:42 +0900 | |
commit | 3708787fe91227083d2a1874fa41493d3bc9fe10 (patch) | |
tree | 1db33b30ad7b1fa5b50546cf9707e49033ee6c84 /java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java | |
parent | 4112dc05002d7a880e558418639cf25c4bd02a5a (diff) | |
download | latinime-3708787fe91227083d2a1874fa41493d3bc9fe10.tar.gz latinime-3708787fe91227083d2a1874fa41493d3bc9fe10.tar.xz latinime-3708787fe91227083d2a1874fa41493d3bc9fe10.zip |
Remove LatinKeyboard class
Change-Id: I68c667b00dadf2ed9f1c62fb7da37d2cf499cd81
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java index eeabb30e4..b479ff4ce 100644 --- a/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java +++ b/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java @@ -179,7 +179,7 @@ public class MoreSuggestions extends Keyboard { public Builder layout(SuggestedWords suggestions, int fromPos, int maxWidth, int minWidth, int maxRow) { - final Keyboard keyboard = KeyboardSwitcher.getInstance().getLatinKeyboard(); + final Keyboard keyboard = KeyboardSwitcher.getInstance().getKeyboard(); final int xmlId = R.xml.kbd_suggestions_pane_template; load(xmlId, keyboard.mId); mParams.mVerticalGap = mParams.mTopPadding = keyboard.mVerticalGap / 2; |