android-openrat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7f5d4a91c5ac7984f644c3d6d58c756c07af7f09
parent eca52affddb8099c1cad8301710d9174ac85ea15
Author: dankert <devnull@localhost>
Date:   Thu, 27 Oct 2011 23:20:38 +0200

Bestätigungsdialog muss abbrechbar sein.

Diffstat:
src/de/openrat/android/client/FolderActivity.java | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/de/openrat/android/client/FolderActivity.java b/src/de/openrat/android/client/FolderActivity.java @@ -194,7 +194,7 @@ public class FolderActivity extends ListActivity AlertDialog.Builder builder = new AlertDialog.Builder(this); builder.setMessage( getResources().getString(R.string.areyousure)) - .setCancelable(false).setPositiveButton( + .setCancelable(true).setPositiveButton( getResources().getString(R.string.delete), new DialogInterface.OnClickListener() {