Merge pull request #8720 from webgeek1234/master

Android: Fix ATV on API 28+
This commit is contained in:
JosJuice 2020-04-02 09:46:59 +02:00 committed by GitHub
commit 4ff855921e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) ->