From: gu.martinm@gmail.com Date: Tue, 8 Apr 2014 07:40:02 +0000 (+0200) Subject: No time X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=a79dda579b8045740bf815775a8493354dd8c89b;p=JavaForFun No time --- diff --git a/Android/WeatherInformation/src/de/example/exampletdd/fragment/ProgressDialogFragment.java b/Android/WeatherInformation/src/de/example/exampletdd/fragment/ProgressDialogFragment.java index 9251c26..a21f321 100644 --- a/Android/WeatherInformation/src/de/example/exampletdd/fragment/ProgressDialogFragment.java +++ b/Android/WeatherInformation/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() {