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

Commit 351c8e61 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Make importance notice dialog cancel able"

parents b05b183f 7ffac033
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() {