Skip to content

Commit

Permalink
close speak dialog on touch outside for pre-ics
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasb committed Apr 12, 2012
1 parent f5f9e1d commit 665378e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/se/forskningsavd/MainActivity.java
Expand Up @@ -80,6 +80,7 @@ public boolean onOptionsItemSelected(MenuItem item) {

private void speak() {
final AlertDialog dialog = new AlertDialog.Builder(this).create();
dialog.setCanceledOnTouchOutside(true);

// editor
final EditText message = new EditText(this);
Expand Down

0 comments on commit 665378e

Please sign in to comment.