am f0f4e9fc: Update important notice version even when user select Settings
* commit 'f0f4e9fc16f669f4499fb9de42362d8d52862ae2': Update important notice version even when user select Settingsmain
commit
4d46767585
|
@ -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