android: add comment that OS push notifications are broken
This commit is contained in:
@@ -146,6 +146,9 @@ class QEAppController(BaseCrashReporter, QObject):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def doNotify(self, wallet_name, message):
|
def doNotify(self, wallet_name, message):
|
||||||
|
self.logger.debug(f'sending push notification to OS: {message=!r}')
|
||||||
|
# FIXME: this does not work on Android 13+. We would need to declare (in manifest)
|
||||||
|
# and also request-at-runtime android.permission.POST_NOTIFICATIONS.
|
||||||
try:
|
try:
|
||||||
# TODO: lazy load not in UI thread please
|
# TODO: lazy load not in UI thread please
|
||||||
global notification
|
global notification
|
||||||
|
|||||||
Reference in New Issue
Block a user