Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-25 16:52:11 +02:00
parent ee0e649e6a
commit 636ae3ee50

View file

@ -17,10 +17,10 @@ import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.flow.asStateFlow
import kotlinx.coroutines.flow.update
import com.tangem.core.decompose.di.ModelScoped
import javax.inject.Inject
import javax.inject.Singleton
@Singleton
@ModelScoped
internal class StakingStateController @Inject constructor(
urlOpener: UrlOpener,
) {