Updated on 2026-08-14

This commit is contained in:
Tangem 2026-02-20 21:03:08 +05:00
parent a41dd9aace
commit 41fb5d5bcc
55 changed files with 709 additions and 173 deletions

View file

@ -145,7 +145,7 @@ internal class AccountItemsDelegate @Inject constructor(
return this.sortedBy { positionByAccountId[it.id] ?: Int.MAX_VALUE }
}
private fun openAccountDetails(account: Account) {
private fun openAccountDetails(account: Account.CryptoPortfolio) {
router.push(AppRoute.AccountDetails(account))
}