Skip to content
Snippets Groups Projects
Commit f0f4e9fc authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Update important notice version even when user select Settings

Bug: 13060852
Change-Id: I463fdf3d51cacf99693fcde2998ea751046d1cc5
parent 782c9fee
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment