We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3c96c commit fd567f4Copy full SHA for fd567f4
app/src/main/java/org/schabi/newpipe/MainActivity.java
@@ -170,7 +170,8 @@ protected void onCreate(final Bundle savedInstanceState) {
170
NotificationWorker.initialize(this);
171
}
172
if (!UpdateSettingsFragment.wasUserAskedForConsent(this)
173
- && ReleaseVersionUtil.INSTANCE.isReleaseApk()) {
+ && ReleaseVersionUtil.INSTANCE.isReleaseApk()
174
+ && !App.getApp().isFirstRun()) {
175
UpdateSettingsFragment.askForConsentToUpdateChecks(this);
176
177
0 commit comments