Updated on 2026-08-14
This commit is contained in:
parent
573992304b
commit
e16b84a3d9
2 changed files with 151 additions and 0 deletions
|
|
@ -242,6 +242,10 @@ internal class DefaultUserWalletsListRepository(
|
|||
setSelectedUserWallet(newSelected)
|
||||
}
|
||||
userWallets.value = updatedWallets
|
||||
|
||||
if (updatedWallets?.isEmpty() == true) {
|
||||
trackingContextProxy.eraseContext()
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("CyclomaticComplexMethod", "LongMethod")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue