-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[$500] Android - Chat - Sound not heard if user is mentioned or message is received #37434
Comments
Triggered auto assignment to @johncschuster ( |
@johncschuster FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors. |
We think this bug might be related to #vip-vsb |
@johncschuster Huh... This is 4 days overdue. Who can take care of this? |
Update for the issue: I've added this to the #vip-vsb project and have simultaneously added the |
Job added to Upwork: https://www.upwork.com/jobs/~01e1370f0cd60cbf79 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @fedirjh ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - Sound not heard if user is mentioned or message is received What is the root cause of that problem?On receiving onyx api update event here: Lines 613 to 614 in a04481f
Lines 553 to 555 in a04481f
that does nothing for mobile App/src/libs/Sound/playSoundExcludingMobile/index.native.ts Lines 1 to 2 in a04481f
So the problem is that for mobile, push notifications are not delivered (I didn't get any for Android, I might be wrong here, I tested for both Android adhoc and local dev build - both real devices with notification permission enabled). What changes do you think we should make in order to solve the problem?From android debugging I noticed that the notifications are not coming, someone has to look on the server if it triggers them where needed, I don't know how the notifications are configured on the project and what service is used in the backend. Another fix will be to rollback these changes (and also others 2 cases in this file) Lines 553 to 555 in a04481f
back to if ('html' in message) {
return playSound(SOUNDS.RECEIVE);
} that will fix the current bug, but need to be sure how it will behave when played simultaneously with the push notification sound |
There were a conversation here about this one. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.44-0
Reproducible in staging?: y
Reproducible in production?: y
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: applause internal team
Slack conversation:
Issue found when executing #36848
Action Performed:
Expected Result:
Receive message and mention sound can be heard in android app
Actual Result:
Received message sound and mention sound not heard in android app (Sending message sound can be heard)
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6395748_1709133075590.mobizen_20240228_095137.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: