From: gu.martinm@gmail.com Date: Tue, 8 Apr 2014 07:40:02 +0000 (+0200) Subject: No time X-Git-Tag: weatherinformation-1.0~185 X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=fbccd3b3f58304f7b22738332e967e9c69cdffd3;p=AndroidWeatherInformation No time --- diff --git a/src/de/example/exampletdd/fragment/ProgressDialogFragment.java b/src/de/example/exampletdd/fragment/ProgressDialogFragment.java index 9251c26..a21f321 100644 --- a/src/de/example/exampletdd/fragment/ProgressDialogFragment.java +++ b/src/de/example/exampletdd/fragment/ProgressDialogFragment.java @@ -38,6 +38,7 @@ public class ProgressDialogFragment extends DialogFragment { dialog.setMessage(message); } dialog.setCancelable(false); + this.setCancelable(false); dialog.setIndeterminate(true); dialog.setOnKeyListener(new DialogInterface.OnKeyListener() {