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.putBoolean(analyticsAsked, true);
|
||||||
sPrefsEditor.apply();
|
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))
|
.setTitle(context.getString(R.string.analytics))
|
||||||
.setMessage(context.getString(R.string.analytics_desc))
|
.setMessage(context.getString(R.string.analytics_desc))
|
||||||
.setPositiveButton(R.string.yes, (dialogInterface, i) ->
|
.setPositiveButton(R.string.yes, (dialogInterface, i) ->
|
||||||
|
|
Loading…
Reference in New Issue