Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-09 18:44:32 +03:00
parent 8f0c2941f5
commit af5d54c2bb
9 changed files with 43 additions and 28 deletions

View file

@ -6,7 +6,11 @@ import androidx.lifecycle.lifecycleScope
import com.tangem.tap.common.extensions.dispatchOnMain
import com.tangem.tap.common.redux.navigation.AppScreen
import com.tangem.tap.common.redux.navigation.NavigationAction
import kotlinx.coroutines.*
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.Job
import kotlinx.coroutines.delay
import kotlinx.coroutines.isActive
import kotlinx.coroutines.launch
import timber.log.Timber
import kotlin.time.Duration