From 1bfc4f1529b0b0b5649c362748ee96bcc45590e0 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Fri, 10 Feb 2023 11:36:36 +0100 Subject: [PATCH] qml: android notification params --- electrum/gui/qml/qeapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/qeapp.py b/electrum/gui/qml/qeapp.py index b3fd7636e..f3ab6dedc 100644 --- a/electrum/gui/qml/qeapp.py +++ b/electrum/gui/qml/qeapp.py @@ -116,7 +116,7 @@ class QEAppController(BaseCrashReporter, QObject): except queue.Empty: pass - def notifyAndroid(self, message): + def notifyAndroid(self, wallet_name, message): try: # TODO: lazy load not in UI thread please global notification