Android: Use the newly added style for the analytics alert too
See 85ac06a
.
This commit is contained in:
parent
4fd42d994e
commit
ff0c36b21a
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue