am b06e4557: Clear important notice strip

* commit 'b06e455797c0229fa068cfb2809c95c775ec695c':
  Clear important notice strip
main
Tadashi G. Takaoka 2014-02-03 06:10:08 -08:00 committed by Android Git Automerger
commit a76b58f394
1 changed files with 1 additions and 0 deletions

View File

@ -1169,6 +1169,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
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); ImportantNoticeUtils.updateLastImportantNoticeVersion(context);
setNeutralSuggestionStrip();
} }
}; };
final AlertDialog.Builder builder = final AlertDialog.Builder builder =