-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0-beta1 always shows "0" in notification #84
Comments
@ColtonIdle I'm not sure I completely got your point, but apparently it works fine (latest master): Can you provide more insights or a project that I can checkout and test? |
Looks like it's working for you. I don't think master has a release artifact available right? What happens if you try with latest beta. Feel free to close for now if you want. I'll try the latest master when it's released. |
There is no master branch 😅
I'm closing now but feel free to re-open if you manage to reproduce |
Oh. I thought there was a master branch because you said
I just tried this again, (using SNAPSHOT) and it's still showing 0. Maybe it's because on the Q Beta 6? I'll try on my api 28 emulator... Nope. Shows 0 on the emulator. Looks like it's a valid bug? |
Do you have other |
I have a few things going on at the same time, like Flipper, etc. Let me remove them. Just as a heads up though. If I migrate back down to the current stable, then the numbers show fine. |
The best would be to have like a project that I can checkout where the issue is reproducible |
My project:
If I use stable, the above works. If I change to SNAPSHOT (and also change ChuckInterceptor to ChuckerInterceptor) then it does not work. |
Thanks for the code @ColtonIdle |
The beta shows
"AppName • 0 • Now"
vs the stable showing
"AppName • 1 • Now"
Looks like the count isn't incrementing in the beta vs stable.
The text was updated successfully, but these errors were encountered: