Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-18 15:06:23 +04:00
commit ab914dd37a
46 changed files with 740 additions and 1006 deletions

View file

@ -176,6 +176,8 @@ internal class WalletViewModel @Inject constructor(
}
}
// It's okay here because we need to be able to observe the selected wallet changes
@Suppress("DEPRECATION")
private fun subscribeOnSelectedWalletFlow() {
getSelectedWalletUseCase().onRight {
it