if I do
listener = UserNotificationListener.get_current()
listener.add_notification_changed(handler)
where handler is another defined function
I get
OSError: [WinError -2147023728] Element not found
I know I have access to notifications because
notifs=await listener.get_notifications_async(1)
works
any fix?
thanks