aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-02-20 15:47:54 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-02-20 16:50:34 +0900
commit1672ccbbb6167f434842093feaadc2bcd5634eab (patch)
treedc215cea5bb77d5707f23d6744fd31f3c04579c9 /java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
parent78db739cdbc9a92ec836f4dc97c6b97de8535a33 (diff)
downloadlatinime-1672ccbbb6167f434842093feaadc2bcd5634eab.tar.gz
latinime-1672ccbbb6167f434842093feaadc2bcd5634eab.tar.xz
latinime-1672ccbbb6167f434842093feaadc2bcd5634eab.zip
Change important notice version preference file
This CL also reset the notice version to 1. This CL must be checked in together with Iea8d9ff038. Change-Id: I838f7b5b295388d64d6aba90f50b06654eba16e5
Diffstat (limited to 'java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java')
-rw-r--r--java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
index 2966a8bba..4ef562d8f 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionStripView.java
@@ -237,7 +237,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
if (width <= 0) {
return false;
}
- final String importantNoticeTitle = ImportantNoticeUtils.getImportantNoticeTitle(
+ final String importantNoticeTitle = ImportantNoticeUtils.getNextImportantNoticeTitle(
getContext());
if (TextUtils.isEmpty(importantNoticeTitle)) {
return false;