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 89dd6e7 commit 2f0b00cCopy full SHA for 2f0b00c
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -1700,6 +1700,8 @@ class AppViewModel @Inject constructor(
1700
timedSheetManager.dismissCurrentSheet(skipQueue)
1701
1702
private suspend fun checkCriticalAppUpdate() = withContext(bgDispatcher) {
1703
+ delay(SCREEN_TRANSITION_DELAY_MS)
1704
+
1705
runCatching {
1706
val androidReleaseInfo = appUpdaterService.getReleaseInfo().platforms.android
1707
val currentBuildNumber = BuildConfig.VERSION_CODE
0 commit comments