aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-12-18 02:31:52 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-12-18 02:31:52 -0800
commit694e94a270b5df1325f6b9575d0e9bde2b79eeca (patch)
tree1db33b30ad7b1fa5b50546cf9707e49033ee6c84 /java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java
parente75db3fe680ee81c2b8f609db6b0fffb36202f98 (diff)
parent3708787fe91227083d2a1874fa41493d3bc9fe10 (diff)
downloadlatinime-694e94a270b5df1325f6b9575d0e9bde2b79eeca.tar.gz
latinime-694e94a270b5df1325f6b9575d0e9bde2b79eeca.tar.xz
latinime-694e94a270b5df1325f6b9575d0e9bde2b79eeca.zip
am 3708787f: Remove LatinKeyboard class
* commit '3708787fe91227083d2a1874fa41493d3bc9fe10': Remove LatinKeyboard class
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/MoreSuggestions.java2
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;