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.apply();
|
||||
|
||||
new AlertDialog.Builder(context)
|
||||
new AlertDialog.Builder(context, R.style.Theme_AppCompat_Dialog_Alert)
|
||||
.setTitle(context.getString(R.string.analytics))
|
||||
.setMessage(context.getString(R.string.analytics_desc))
|
||||
.setPositiveButton(R.string.yes, (dialogInterface, i) ->
|
||||
|
|
Loading…
Reference in New Issue