-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Grouping upload notification #3567
Conversation
e29e8ff
to
0f00827
Compare
Sometimes the first upload notification may show separately from group notification. A little demo to support this fact --> Basically if second notification is pushed after >=400ms then the first one would be separate and rest of the notifications would be part of group and after this second notification time gap wouldn't matter new notifications would always be part of the group. (See video 1) If second notification is pushed after <400ms then it would be the part of the group from beginning. Video 1 Record_2024-01-10-03-24-34.mp4Video 2 Record_2024-01-10-00-59-25.mp4You can also see in both of these cases a third notification is pushed after 4 seconds which is always the part of group which shows time gap doesn't matter here. |
0f00827
to
cbfed8d
Compare
Yes, I've replicated it too. Is there anything you can do about this? Other than that, it looks good. Just fix the
|
I think it is more of a behaviour than an issue. As I said if the second notification takes more than 400ms it would show the first one separate and the rest of them will go into group. One thing could be done if our worker can trigger notification quickly then it may solve it. That is on my to-do so will see if that works for us. |
cbfed8d
to
60de716
Compare
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
60de716
to
d63fc58
Compare
Can confirm this behaviour but it's okay in my opinion. |
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/3567-talk.apk |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
Fix: #2373
What this PR includes?
🖼️ Screenshots
Record_2024-01-10-02-26-05.mp4
🏁 Checklist
/backport to stable-xx.x