diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-06-10 21:29:43 -0700 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-06-10 21:29:43 -0700 |
| commit | 264d857c59ea789ebe5d48a5d7d1690263903d9b (patch) | |
| tree | 96a22cf1cf5e8bc6043b69d0e4c6f2aaed6f6468 /main | |
| parent | a0284d6064a20ed3e884824fc8a518c23d87b209 (diff) | |
| parent | e278bf93c81e3a697750b00b86c7f4270df1150d (diff) | |
| download | cgeo-264d857c59ea789ebe5d48a5d7d1690263903d9b.zip cgeo-264d857c59ea789ebe5d48a5d7d1690263903d9b.tar.gz cgeo-264d857c59ea789ebe5d48a5d7d1690263903d9b.tar.bz2 | |
Merge pull request #2873 from campbeb/progressDialog
Restore regular progress dialog styling changed in #2527
Diffstat (limited to 'main')
| -rw-r--r-- | main/src/cgeo/geocaching/activity/Progress.java | 2 |
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); |
