kivy: dismiss invoice_dialog before delete (fix #6816)
This commit is contained in:
@@ -131,8 +131,8 @@ class InvoiceDialog(Factory.Popup):
|
||||
from .question import Question
|
||||
def cb(result):
|
||||
if result:
|
||||
self.app.wallet.delete_invoice(self.key)
|
||||
self.dismiss()
|
||||
self.app.wallet.delete_invoice(self.key)
|
||||
self.app.send_screen.update()
|
||||
d = Question(_('Delete invoice?'), cb)
|
||||
d.open()
|
||||
|
||||
Reference in New Issue
Block a user