Updated on 2026-08-14
This commit is contained in:
parent
a41dd9aace
commit
41fb5d5bcc
55 changed files with 709 additions and 173 deletions
|
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue