mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-08 13:43:33 +01:00
Merge pull request #8720 from webgeek1234/master
Android: Fix ATV on API 28+
This commit is contained in:
commit
4ff855921e
@ -44,7 +44,7 @@ public class Analytics
|
|||||||
sPrefsEditor.putBoolean(analyticsAsked, true);
|
sPrefsEditor.putBoolean(analyticsAsked, true);
|
||||||
sPrefsEditor.apply();
|
sPrefsEditor.apply();
|
||||||
|
|
||||||
new AlertDialog.Builder(context)
|
new AlertDialog.Builder(context, R.style.Theme_AppCompat_Dialog_Alert)
|
||||||
.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…
x
Reference in New Issue
Block a user