secant-android-wallet/ui-lib/src/main/java/co/electriccoin/zcash/ui/common/Constants.kt

7 lines
224 B
Kotlin

package co.electriccoin.zcash.ui.common
import kotlin.time.Duration.Companion.seconds
// Recommended timeout for Android configuration changes to keep Kotlin Flow from restarting
val ANDROID_STATE_FLOW_TIMEOUT = 5.seconds