diff options
author | 2014-02-17 07:30:37 -0800 | |
---|---|---|
committer | 2014-02-17 07:30:37 -0800 | |
commit | 4d467675858fe1d025d6b9e7f7f8b5bbfc042f63 (patch) | |
tree | 04384684e225c48991b5590073658cca6611ed18 /java/src | |
parent | 5828d1f3fa4e3590297b432e003946b502ecfbd6 (diff) | |
parent | f0f4e9fc16f669f4499fb9de42362d8d52862ae2 (diff) | |
download | latinime-4d467675858fe1d025d6b9e7f7f8b5bbfc042f63.tar.gz latinime-4d467675858fe1d025d6b9e7f7f8b5bbfc042f63.tar.xz latinime-4d467675858fe1d025d6b9e7f7f8b5bbfc042f63.zip |
am f0f4e9fc: Update important notice version even when user select Settings
* commit 'f0f4e9fc16f669f4499fb9de42362d8d52862ae2':
Update important notice version even when user select Settings
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 1631a200e..743118eed 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -1176,8 +1176,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen @Override public void onClick(final DialogInterface di, final int position) { di.dismiss(); + ImportantNoticeUtils.updateLastImportantNoticeVersion(context); if (position == DialogInterface.BUTTON_POSITIVE) { - ImportantNoticeUtils.updateLastImportantNoticeVersion(context); setNeutralSuggestionStrip(); return; } |