Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-08 14:31:20 +03:00
parent 6f4e6374d3
commit b2d7534c98
6 changed files with 69 additions and 29 deletions

View file

@ -27,7 +27,7 @@ fun Store<*>.dispatchNotification(resId: Int) {
dispatchOnMain(GlobalAction.ShowNotification(resId))
}
@Suppress("unused") // receiver type
@Suppress("UnusedReceiverParameter")
suspend fun Store<*>.onUserWalletSelected(userWallet: UserWallet, refresh: Boolean = false) {
store.state.globalState.tapWalletManager.onWalletSelected(userWallet, refresh)
}