Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-15 17:41:36 +05:00
parent 573992304b
commit e16b84a3d9
2 changed files with 151 additions and 0 deletions

View file

@ -242,6 +242,10 @@ internal class DefaultUserWalletsListRepository(
setSelectedUserWallet(newSelected)
}
userWallets.value = updatedWallets
if (updatedWallets?.isEmpty() == true) {
trackingContextProxy.eraseContext()
}
}
@Suppress("CyclomaticComplexMethod", "LongMethod")