This commit is contained in:
Thialfihar 2010-05-09 13:38:05 +00:00
parent 73888622f4
commit 6e3f182291
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class MainActivity extends BaseActivity {
public void onClick(DialogInterface dialog, int id) {
MainActivity.this.removeDialog(Id.dialog.about);
}
});
});
return alert.create();
}