Update important notice version even when user select Settings
Bug: 13060852 Change-Id: I463fdf3d51cacf99693fcde2998ea751046d1cc5main
parent
782c9fee6b
commit
f0f4e9fc16
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue