-
Notifications
You must be signed in to change notification settings - Fork 28
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: MLS degraded dialogs [WPB-6607] #2715
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2715 +/- ##
===========================================
- Coverage 43.01% 42.90% -0.11%
===========================================
Files 408 408
Lines 13527 13524 -3
Branches 2393 2391 -2
===========================================
- Hits 5818 5803 -15
- Misses 7024 7044 +20
+ Partials 685 677 -8
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3165 succeeded. The build produced the following APK's: |
Build 3211 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3213 succeeded. The build produced the following APK's: |
Cherry pick from the original PR:
kalium
need this PR be merge first wireapp/kalium#2502
What's new in this PR?
Issues
When a conversation becomes degraded, we must show a message to the user when:
Expected:
they try to send a message
they try to start a call
stop the ongoing call
Actual: None of the above happen!
Causes (Optional)
Was not implemented on kalium side + this dialog should be shown every time user sends a message AND didn't click Send anywhere yet
Solutions
Update kalium + improve dialog dismiss logic
Waiting for update kalium
wireapp/kalium#2502