Merge pull request #7545 from thunderbird/change-account-server-validation-flow
Change account server validation flow
This commit is contained in:
commit
71c0c6f389
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue