-
-
Notifications
You must be signed in to change notification settings - Fork 45
Remove messaging from app bar #3363
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
Conversation
📝 WalkthroughPre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| private void retrieveMessages(){ | ||
| MessageManager.retrieveMessages(this, success -> { | ||
| updateMessagingIcon(); | ||
| }); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good to remove retrieveMessages also? I think app must be syncing for current messages in drawer activity to update the icon status?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Semms like app doesn't sync in drawer today but just shows the icon status based on the local db, so think we still need to have it here for the moment (we should replace this with a background worker task in future)
|
Ticket says to update the documentation also, not sure if its already done or not required, so just putting it here. |
Yes, I added that but could not find any docs that need to be updated for this change. |
Product Description
https://dimagi.atlassian.net/browse/CCCT-1801
Labels and Review