fix: close tx modals after sending

This commit is contained in:
emizzle 2020-09-17 19:19:20 +10:00 committed by Iuri Matias
parent c9c1dce6ea
commit 7c520a8032
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ ModalPopup {
sendingError.text = response.result
return sendingError.open()
}
root.close()
}
TransactionStackView {

View File

@ -42,6 +42,7 @@ ModalPopup {
sendingError.text = response.result
return sendingError.open()
}
root.close()
}
TransactionStackView {