Updated on 2026-08-14
This commit is contained in:
parent
c5fc1a4464
commit
ded9de148c
17 changed files with 183 additions and 156 deletions
|
|
@ -117,10 +117,7 @@ internal class SendDestinationModel @Inject constructor(
|
|||
override fun onQrCodeScanClick() {
|
||||
analyticsEventHandler.send(SendDestinationAnalyticEvents.QrCodeButtonClicked(analyticsCategoryName))
|
||||
router.push(
|
||||
AppRoute.QrScanning(
|
||||
source = AppRoute.QrScanning.Source.SEND,
|
||||
networkName = cryptoCurrency.network.name,
|
||||
),
|
||||
AppRoute.QrScanning(source = AppRoute.QrScanning.Source.Send(cryptoCurrency.network.name)),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue