Merge "Make importance notice dialog cancel able"

main
Tadashi G. Takaoka 2014-02-12 04:25:59 +00:00 committed by Android (Google) Code Review
commit 351c8e6185
1 changed files with 1 additions and 1 deletions

View File

@ -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() {