Hi there,
I am running a service in background with the START_STICKY flag. In that service I am subscribing to updates:
richPushInbox.addListener(() -> updateUI());
but eventually, this callback is never invoked.
How should I or you make it work?
Regards,
Radoslav
Comments
1 comment