We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0178559 + 1221724 commit a84233fCopy full SHA for a84233f
1 file changed
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -2396,6 +2396,8 @@ class AppViewModel @Inject constructor(
2396
fun dismissTimedSheet() = timedSheetManager.dismissCurrentSheet()
2397
2398
private suspend fun checkCriticalAppUpdate() = withContext(bgDispatcher) {
2399
+ if (Env.isDebug) return@withContext
2400
+
2401
delay(SCREEN_TRANSITION_DELAY)
2402
2403
runCatching {
0 commit comments