summaryrefslogtreecommitdiff
path: root/Source/Android/app/src/main/java
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-04-02 10:29:50 +0200
committerJosJuice <josjuice@gmail.com>2020-04-02 15:03:39 +0200
commitff0c36b21a0e975f9dcfb4b1e683fd6103015984 (patch)
treedceda824a5ba29fec83592c969438b1e402bc6bb /Source/Android/app/src/main/java
parent4fd42d994eedfde55901ba6dc410742ca13a2e81 (diff)
Android: Use the newly added style for the analytics alert too
See 85ac06a.
Diffstat (limited to 'Source/Android/app/src/main/java')
-rw-r--r--Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/Analytics.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/Analytics.java b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/Analytics.java
index 76a3a2f529..9907769146 100644
--- a/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/Analytics.java
+++ b/Source/Android/app/src/main/java/org/dolphinemu/dolphinemu/utils/Analytics.java
@@ -44,7 +44,7 @@ public class Analytics
sPrefsEditor.putBoolean(analyticsAsked, true);
sPrefsEditor.apply();
- new AlertDialog.Builder(context, R.style.Theme_AppCompat_Dialog_Alert)
+ new AlertDialog.Builder(context, R.style.DolphinDialogBase)
.setTitle(context.getString(R.string.analytics))
.setMessage(context.getString(R.string.analytics_desc))
.setPositiveButton(R.string.yes, (dialogInterface, i) ->