aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2014-10-09 12:02:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-09 12:02:13 +0000
commite06fe74d99c89576761194277af3c077a7f8528e (patch)
tree9caa0770068585d7dbef3e7efd06dae772d0d1f8 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java
parentf49a1ec120ea6cd0cf989249d9bbd2b8941a2693 (diff)
parentbc18005948c3872a96bd3406e7dd2c722d60a013 (diff)
downloadlatinime-e06fe74d99c89576761194277af3c077a7f8528e.tar.gz
latinime-e06fe74d99c89576761194277af3c077a7f8528e.tar.xz
latinime-e06fe74d99c89576761194277af3c077a7f8528e.zip
am bc180059: Always show the typed word in recorrections.
* commit 'bc18005948c3872a96bd3406e7dd2c722d60a013': Always show the typed word in recorrections.
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java
index 52708455e..5c86a02af 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripViewAccessor.java
@@ -22,7 +22,7 @@ import com.android.inputmethod.latin.SuggestedWords;
* An object that gives basic control of a suggestion strip and some info on it.
*/
public interface SuggestionStripViewAccessor {
- public void showAddToDictionaryHint(final String word);
+ public void suggestAddingToDictionary(final String word, final boolean isFromSuggestionStrip);
public boolean isShowingAddToDictionaryHint();
public void dismissAddToDictionaryHint();
public void setNeutralSuggestionStrip();