From 7c520a8032bb243a0d27c00449ab0e019a46f0b7 Mon Sep 17 00:00:00 2001 From: emizzle Date: Thu, 17 Sep 2020 19:19:20 +1000 Subject: [PATCH] fix: close tx modals after sending --- .../Chat/ChatColumn/ChatComponents/SignTransactionModal.qml | 1 + ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents/SignTransactionModal.qml b/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents/SignTransactionModal.qml index 51119c424a..d93d2be6fb 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents/SignTransactionModal.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents/SignTransactionModal.qml @@ -48,6 +48,7 @@ ModalPopup { sendingError.text = response.result return sendingError.open() } + root.close() } TransactionStackView { diff --git a/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml b/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml index c94f4b92d5..b0774c5a4b 100644 --- a/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml +++ b/ui/app/AppLayouts/Chat/components/StickerPackPurchaseModal.qml @@ -42,6 +42,7 @@ ModalPopup { sendingError.text = response.result return sendingError.open() } + root.close() } TransactionStackView {