Don't recheck for updates on configuration change (#3708)

This commit is contained in:
AntsyLich
2026-08-06 21:38:28 +06:00
committed by GitHub
parent aa25b3a14c
commit 68aa4b003f
2 changed files with 3 additions and 1 deletions
@@ -259,7 +259,7 @@ class MainActivity : BaseActivity() {
HandleOnNewIntent(context = context, navigator = navigator)
if (!isBenchmarkBuildType) {
CheckForUpdates()
if (isLaunch) CheckForUpdates()
ShowOnboarding()
ShowDonationCampaign()
}