Change delay to 200ms

This commit is contained in:
Wolf-Martell Montwé 2024-01-23 17:17:55 +01:00
parent d653fb1d37
commit 6864606f29
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72

View file

@ -19,7 +19,7 @@ import kotlinx.coroutines.cancelChildren
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch
private const val CONTINUE_NEXT_DELAY = 2000L
private const val CONTINUE_NEXT_DELAY = 200L
@Suppress("TooManyFunctions")
abstract class BaseServerValidationViewModel(