Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-18 13:34:15 +05:00
parent b0a97f53d9
commit a4340e40a8
15 changed files with 236 additions and 40 deletions

View file

@ -4,7 +4,6 @@ import com.tangem.common.routing.AppRoute
import com.tangem.common.routing.AppRouter
import com.tangem.core.decompose.di.ModelScoped
import com.tangem.core.navigation.url.UrlOpener
import com.tangem.domain.qrscanning.models.SourceType
import com.tangem.domain.tokens.model.CryptoCurrency
import com.tangem.domain.wallets.models.UserWalletId
import javax.inject.Inject
@ -35,7 +34,7 @@ internal class DefaultSendRouter @Inject constructor(
override fun openQrCodeScanner(network: String) {
router.push(
AppRoute.QrScanning(
source = SourceType.SEND,
source = AppRoute.QrScanning.Source.SEND,
networkName = network,
),
)