Don't recheck for updates on configuration change (#3708)
This commit is contained in:
@@ -259,7 +259,7 @@ class MainActivity : BaseActivity() {
|
||||
HandleOnNewIntent(context = context, navigator = navigator)
|
||||
|
||||
if (!isBenchmarkBuildType) {
|
||||
CheckForUpdates()
|
||||
if (isLaunch) CheckForUpdates()
|
||||
ShowOnboarding()
|
||||
ShowDonationCampaign()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user