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
|
||||
public void onClick(final DialogInterface di, final int position) {
|
||||
di.dismiss();
|
||||
if (position == DialogInterface.BUTTON_POSITIVE) {
|
||||
ImportantNoticeUtils.updateLastImportantNoticeVersion(context);
|
||||
if (position == DialogInterface.BUTTON_POSITIVE) {
|
||||
setNeutralSuggestionStrip();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue