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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user