Update important notice version even when user select Settings

Bug: 13060852
Change-Id: I463fdf3d51cacf99693fcde2998ea751046d1cc5
main
Tadashi G. Takaoka 2014-02-18 00:12:54 +09:00
parent 782c9fee6b
commit f0f4e9fc16
1 changed files with 1 additions and 1 deletions

View File

@ -1176,8 +1176,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
@Override @Override
public void onClick(final DialogInterface di, final int position) { public void onClick(final DialogInterface di, final int position) {
di.dismiss(); di.dismiss();
ImportantNoticeUtils.updateLastImportantNoticeVersion(context);
if (position == DialogInterface.BUTTON_POSITIVE) { if (position == DialogInterface.BUTTON_POSITIVE) {
ImportantNoticeUtils.updateLastImportantNoticeVersion(context);
setNeutralSuggestionStrip(); setNeutralSuggestionStrip();
return; return;
} }