aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java
diff options
context:
space:
mode:
authorcampbeb <bpcampbell@gmail.com>2013-06-08 10:13:47 -1000
committercampbeb <bpcampbell@gmail.com>2013-06-08 10:13:47 -1000
commite2aaeb6d783c0e8204034435ea59305ca3a27aad (patch)
tree2fec0b9263e52374e222a72f17147f25b239bc7d /main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java
parentc6a3b41c0afbf0eff9ea6683a9f836793e4cb12f (diff)
downloadcgeo-e2aaeb6d783c0e8204034435ea59305ca3a27aad.zip
cgeo-e2aaeb6d783c0e8204034435ea59305ca3a27aad.tar.gz
cgeo-e2aaeb6d783c0e8204034435ea59305ca3a27aad.tar.bz2
Fix #2527 - Apply dialog theme to dialogs
Ensures the dialog is properly positioned on the screen and treated like a dialog instead of a semi-floating window Fixes #2527
Diffstat (limited to 'main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java')
-rw-r--r--main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java b/main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java
index c2b722c..e80c446 100644
--- a/main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java
+++ b/main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java
@@ -19,7 +19,7 @@ import java.lang.reflect.Method;
public class CustomProgressDialog extends ProgressDialog {
public CustomProgressDialog(Context context) {
- super(context, ActivityMixin.getTheme());
+ super(context, ActivityMixin.getDialogTheme());
}
@Override