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

Commit 7ffac033 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Make importance notice dialog cancel able

Bug: 10587358
Change-Id: I7415a6f33e6b5542718164fea1555095d23233e5
parent 2089afd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1185,7 +1185,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                new AlertDialog.Builder(context, AlertDialog.THEME_HOLO_DARK);
        builder.setMessage(R.string.important_notice_contents)
                .setPositiveButton(android.R.string.ok, listener);
        showOptionDialog(builder.create(), false /* cancelable */);
        showOptionDialog(builder.create(), true /* cancelable */);
    }

    public void displaySettingsDialog() {