-
Notifications
You must be signed in to change notification settings - Fork 29
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 on typing after sending mention (WPB-14897) #3719
fix: Crash on typing after sending mention (WPB-14897) #3719
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3719 +/- ##
========================================
Coverage 45.69% 45.70%
========================================
Files 473 473
Lines 16051 16052 +1
Branches 2713 2713
========================================
+ Hits 7335 7336 +1
Misses 7955 7955
Partials 761 761
Continue to review full report in Codecov by Sentry.
|
Built wire-android-staging-compat-pr-3719.apk is available for download |
Built wire-android-dev-debug-pr-3719.apk is available for download |
What's new in this PR?
Issues
STR:
Result: crash
Causes (Optional)
After sending a message
selectedMentions
field inMessageComposition
state is not cleared and when user start typing a new message app tries to apply old mention to the new messageSolutions
clear
selectedMentions
after message send