Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
                }