am f0f4e9fc: Update important notice version even when user select Settings

* commit 'f0f4e9fc16f669f4499fb9de42362d8d52862ae2':
  Update important notice version even when user select Settings
main
Tadashi G. Takaoka 2014-02-17 07:30:37 -08:00 committed by Android Git Automerger
commit 4d46767585
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}