fix: close tx modals after sending
This commit is contained in:
parent
c9c1dce6ea
commit
7c520a8032
|
@ -48,6 +48,7 @@ ModalPopup {
|
||||||
sendingError.text = response.result
|
sendingError.text = response.result
|
||||||
return sendingError.open()
|
return sendingError.open()
|
||||||
}
|
}
|
||||||
|
root.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
TransactionStackView {
|
TransactionStackView {
|
||||||
|
|
|
@ -42,6 +42,7 @@ ModalPopup {
|
||||||
sendingError.text = response.result
|
sendingError.text = response.result
|
||||||
return sendingError.open()
|
return sendingError.open()
|
||||||
}
|
}
|
||||||
|
root.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
TransactionStackView {
|
TransactionStackView {
|
||||||
|
|
Loading…
Reference in New Issue