You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Hello
Im using notifications to launch an activity and in this activity I have used the @extra annotation to inject my extras.
Example:
However, my serverView is never updated with new text during the PostResume, unless I also add:
Shouldnt this updating be done automatically be androidannotation?
br