aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-01-31 08:21:52 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-31 08:21:52 -0800
commitc7f41139bcbd7e2dd92cb5be599d9cf9cff1f173 (patch)
tree3e2a6f8886a7fb3d0037a31e1d183b71c0e65570 /java/src/com/android/inputmethod/latin/LatinIME.java
parent888082f8fc049f8bb77d192c18e4fd5675f6af1d (diff)
parent2abe1cedc87768a5639bfef83c4217addd877f92 (diff)
downloadlatinime-c7f41139bcbd7e2dd92cb5be599d9cf9cff1f173.tar.gz
latinime-c7f41139bcbd7e2dd92cb5be599d9cf9cff1f173.tar.xz
latinime-c7f41139bcbd7e2dd92cb5be599d9cf9cff1f173.zip
am 2abe1ced: Merge "Add important notice strip"
* commit '2abe1cedc87768a5639bfef83c4217addd877f92': Add important notice strip
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 8f4b2d67e..208cf22a6 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1157,6 +1157,13 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mInputLogic.mSuggest.mDictionaryFacilitator.addWordToUserDictionary(wordToEdit);
}
+ // Callback for the {@link SuggestionStripView}, to call when the important notice strip is
+ // pressed.
+ @Override
+ public void showImportantNoticeContents() {
+ // TODO: Show dialog to display important notice contents.
+ }
+
public void displaySettingsDialog() {
if (isShowingOptionDialog()) return;
showSubtypeSelectorAndSettings();