mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Android: Use the newly added style for the analytics alert too
See 85ac06a
.
This commit is contained in:
parent
4fd42d994e
commit
ff0c36b21a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue