Android: Use the newly added style for the analytics alert too

See 85ac06a.
This commit is contained in:
JosJuice 2020-04-02 10:29:50 +02:00
parent 4fd42d994e
commit ff0c36b21a
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->