Updated on 2026-08-14
This commit is contained in:
parent
702041224f
commit
2a2ea1667a
18 changed files with 261 additions and 138 deletions
|
|
@ -25,7 +25,7 @@ internal class SaveWalletViewModel : ViewModel(), StoreSubscriber<SaveWalletStat
|
|||
store.dispatch(SaveWalletAction.Save)
|
||||
}
|
||||
|
||||
fun cancelOrClose(){
|
||||
fun cancelOrClose() {
|
||||
store.dispatch(SaveWalletAction.Dismiss)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue