Updated on 2026-08-14
This commit is contained in:
parent
1aba736b1e
commit
87def6a0a5
4 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue