Skip to content

Commit 2f0b00c

Browse files
committed
fix: add transition delay
1 parent 89dd6e7 commit 2f0b00c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,8 @@ class AppViewModel @Inject constructor(
17001700
timedSheetManager.dismissCurrentSheet(skipQueue)
17011701

17021702
private suspend fun checkCriticalAppUpdate() = withContext(bgDispatcher) {
1703+
delay(SCREEN_TRANSITION_DELAY_MS)
1704+
17031705
runCatching {
17041706
val androidReleaseInfo = appUpdaterService.getReleaseInfo().platforms.android
17051707
val currentBuildNumber = BuildConfig.VERSION_CODE

0 commit comments

Comments
 (0)