We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438487e commit dde7f4fCopy full SHA for dde7f4f
1 file changed
apps/flipcash/shared/session/src/main/kotlin/com/flipcash/app/session/internal/RealSessionController.kt
@@ -66,6 +66,7 @@ import kotlinx.coroutines.launch
66
import kotlinx.coroutines.suspendCancellableCoroutine
67
import javax.inject.Inject
68
import kotlin.coroutines.resume
69
+import kotlin.time.Duration.Companion.milliseconds
70
import kotlin.time.Duration.Companion.seconds
71
72
class RealSessionController @Inject constructor(
@@ -611,4 +612,4 @@ class RealSessionController @Inject constructor(
611
612
}
613
614
private val AIRDROP_INITIAL_DELAY = 1.seconds
-private val CASH_LINK_CONFIRMATION_DELAY = 1.seconds
615
+private val CASH_LINK_CONFIRMATION_DELAY = 500.milliseconds
0 commit comments