aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2013-06-10 18:18:31 -1000
committercampbeb <bpcampbell@gmail.com>2013-06-10 18:18:31 -1000
commite278bf93c81e3a697750b00b86c7f4270df1150d (patch)
tree96a22cf1cf5e8bc6043b69d0e4c6f2aaed6f6468
parenta0284d6064a20ed3e884824fc8a518c23d87b209 (diff)
downloadcgeo-e278bf93c81e3a697750b00b86c7f4270df1150d.zip
cgeo-e278bf93c81e3a697750b00b86c7f4270df1150d.tar.gz
cgeo-e278bf93c81e3a697750b00b86c7f4270df1150d.tar.bz2
Restore regular progress dialog styling
Reverts one of the changes in d146f6e25ceaa65983b51e46f2dfa89f71182be8
-rw-r--r--main/src/cgeo/geocaching/activity/Progress.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/activity/Progress.java b/main/src/cgeo/geocaching/activity/Progress.java
index 68ac272..34e7623 100644
--- a/main/src/cgeo/geocaching/activity/Progress.java
+++ b/main/src/cgeo/geocaching/activity/Progress.java
@@ -54,7 +54,7 @@ public class Progress {
dialog = new CustomProgressDialog(context);
}
else {
- dialog = new ProgressDialog(context, ActivityMixin.getDialogTheme());
+ dialog = new ProgressDialog(context);
}
dialog.setTitle(title);
dialog.setMessage(message);