1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-05-20 12:22:10 +00:00

Merge pull request #13292 from dustdfg/kao_release_only

This commit is contained in:
Stypox
2026-02-26 11:01:56 +01:00
committed by GitHub
@@ -200,7 +200,11 @@ public class MainActivity extends AppCompatActivity {
UpdateSettingsFragment.askForConsentToUpdateChecks(this);
}
showKeepAndroidDialog();
// ReleaseVersionUtil.INSTANCE.isReleaseApk() will be true only for main official build
// We want every release build (nightly, nightly-refactor) to show the popup
if (!DEBUG) {
showKeepAndroidDialog();
}
MigrationManager.showUserInfoIfPresent(this);
}