-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix: crash when starting foreground service for calling from background (WPB-11112) #3456
fix: crash when starting foreground service for calling from background (WPB-11112) #3456
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/candidate #3456 +/- ##
=====================================================
- Coverage 44.80% 44.75% -0.06%
=====================================================
Files 456 456
Lines 15457 15452 -5
Branches 2583 2583
=====================================================
- Hits 6925 6915 -10
- Misses 7801 7807 +6
+ Partials 731 730 -1
Continue to review full report in Codecov by Sentry.
|
Built wire-android-staging-compat-pr-3456.apk is available for download |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
App is crashing when user starts the call and puts it in background before the other user accepts the call
Causes (Optional)
The ongoingCallService is being started when the app is in the background
Solutions
Start the call service as well when user initiate a new call
Needs releases with:
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.