Updated on 2026-08-14
This commit is contained in:
commit
f893da0fb9
1 changed files with 2 additions and 2 deletions
|
|
@ -86,8 +86,8 @@ internal class TokensListViewModel @Inject constructor(
|
|||
private var currentTokensList: List<TokenWithBlockchain> by Delegates.notNull()
|
||||
private var currentBlockchainList: List<Blockchain> by Delegates.notNull()
|
||||
|
||||
private var changedTokensList: MutableList<TokenWithBlockchain> by Delegates.notNull()
|
||||
private var changedBlockchainList: MutableList<Blockchain> by Delegates.notNull()
|
||||
private var changedTokensList: MutableList<TokenWithBlockchain> = mutableListOf()
|
||||
private var changedBlockchainList: MutableList<Blockchain> = mutableListOf()
|
||||
|
||||
private val tokensListMigration = TokensListMigration(
|
||||
walletFeatureToggles = walletFeatureToggles,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue