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
My notification should start, so show popup notification, than should run in background and update progress bar untill 100%. At the end I will remove it.
The text was updated successfully, but these errors were encountered:
hmm weird ... mine works fine for this (with the exception of when i do an update call, the action buttons seem to get added every time).
I am using the progress bar though same as you above, on Android 10 (Pixel 3 XL) ... are you sure you're using the correct id value when calling update? Maybe log that out and verify it
Notifications keeps showing as new ones instead of staying in background and just update.
I set and check notifications every 5 seconds.
First I use this to schedule
After this I am updating them
My notification should start, so show popup notification, than should run in background and update progress bar untill 100%. At the end I will remove it.
The text was updated successfully, but these errors were encountered: