mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
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…
x
Reference in New Issue
Block a user