diff options
author | 2014-01-30 01:36:41 -0800 | |
---|---|---|
committer | 2014-01-30 01:36:41 -0800 | |
commit | 0f218b066d3980ab0c2cdc157039eb15e6bc9e65 (patch) | |
tree | b98de80e5c3dccb2663f9684aa4f34a506568b15 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 81fa5dbd09cf367209f31e90477eb1355c93e212 (diff) | |
parent | 776d46a771089482c68be56e81219bbd7bb559e4 (diff) | |
download | latinime-0f218b066d3980ab0c2cdc157039eb15e6bc9e65.tar.gz latinime-0f218b066d3980ab0c2cdc157039eb15e6bc9e65.tar.xz latinime-0f218b066d3980ab0c2cdc157039eb15e6bc9e65.zip |
am 776d46a7: Merge "Show "Touch again to save" in system locale"
* commit '776d46a771089482c68be56e81219bbd7bb559e4':
Show "Touch again to save" in system locale
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 1de965ea9..8f4b2d67e 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1498,8 +1498,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } if (showingAddToDictionaryHint && suggest.mDictionaryFacilitator.isUserDictionaryEnabled()) { - mSuggestionStripView.showAddToDictionaryHint( - suggestion, currentSettings.mHintToSaveText); + mSuggestionStripView.showAddToDictionaryHint(suggestion); } else { // If we're not showing the "Touch again to save", then update the suggestion strip. mHandler.postUpdateSuggestionStrip(); |