From e2aaeb6d783c0e8204034435ea59305ca3a27aad Mon Sep 17 00:00:00 2001 From: campbeb Date: Sat, 8 Jun 2013 10:13:47 -1000 Subject: 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 --- main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/cgeo/geocaching/ui/dialog/CustomProgressDialog.java') 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 -- cgit v1.1