am f0f4e9fc: Update important notice version even when user select Settings
* commit 'f0f4e9fc16f669f4499fb9de42362d8d52862ae2':
Update important notice version even when user select Settings
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java
index 1631a20..743118e 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -1176,8 +1176,8 @@
@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;
}