|
|
|
@ -116,7 +116,7 @@ class QEAppController(BaseCrashReporter, QObject): |
|
|
|
except queue.Empty: |
|
|
|
except queue.Empty: |
|
|
|
pass |
|
|
|
pass |
|
|
|
|
|
|
|
|
|
|
|
def notifyAndroid(self, message): |
|
|
|
def notifyAndroid(self, wallet_name, message): |
|
|
|
try: |
|
|
|
try: |
|
|
|
# TODO: lazy load not in UI thread please |
|
|
|
# TODO: lazy load not in UI thread please |
|
|
|
global notification |
|
|
|
global notification |
|
|
|
|