Skip to content

Commit 4e13983

Browse files
committed
fix: add two seconds delay
1 parent 6e99ee1 commit 4e13983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/utils/timedsheets/TimedSheetManager.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class TimedSheetManager(private val scope: CoroutineScope) {
5151
_currentSheet.value = null
5252
currentTimedSheet = null
5353
} else {
54+
delay(CHECK_DELAY_MILLIS)
5455
checkAndShowNextSheet()
5556
}
5657
}

0 commit comments

Comments
 (0)