Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-02 13:25:32 +04:00
parent 702041224f
commit 2a2ea1667a
18 changed files with 261 additions and 138 deletions

View file

@ -25,7 +25,7 @@ internal class SaveWalletViewModel : ViewModel(), StoreSubscriber<SaveWalletStat
store.dispatch(SaveWalletAction.Save)
}
fun cancelOrClose(){
fun cancelOrClose() {
store.dispatch(SaveWalletAction.Dismiss)
}