am 351c8e61: Merge "Make importance notice dialog cancel able"
* commit '351c8e6185a3b301a7469358cc1df5d075fc1b01': Make importance notice dialog cancel ablemain
commit
1fefabfe23
|
@ -1185,7 +1185,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
new AlertDialog.Builder(context, AlertDialog.THEME_HOLO_DARK);
|
new AlertDialog.Builder(context, AlertDialog.THEME_HOLO_DARK);
|
||||||
builder.setMessage(R.string.important_notice_contents)
|
builder.setMessage(R.string.important_notice_contents)
|
||||||
.setPositiveButton(android.R.string.ok, listener);
|
.setPositiveButton(android.R.string.ok, listener);
|
||||||
showOptionDialog(builder.create(), false /* cancelable */);
|
showOptionDialog(builder.create(), true /* cancelable */);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void displaySettingsDialog() {
|
public void displaySettingsDialog() {
|
||||||
|
|
Loading…
Reference in New Issue