-
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: swipe to reply activated too early #3034
fix: swipe to reply activated too early #3034
Conversation
Test Results928 tests 928 ✅ 11m 54s ⏱️ Results for commit 82be5b3. ♻️ This comment has been updated with latest results. |
Build 4980 failed. |
c749c9b
to
82be5b3
Compare
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.
LGTM
Quality Gate passedIssues Measures |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 4985 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
The PR Description
What's new in this PR?
Issues
Swipe to reply is being activated INSTANTLY, as soon as the gesture starts.
Causes
We upgraded to an alpha05 version of the compose foundation.
Solutions
The issue was fixed on alpha08. I upgraded to beta01 (one release after the fix, but more stable).
The lib also had a few breaking changes I had to address:
TextFieldCharSequence
was made internal, andselection
was taken out of it, exposed inTextFieldState
BasicTextField
doesn't takekeyboardActions
anymore, but rather aKeyboardActionHandler
, and it can be removed to keep the default bahaviour. I couldn't find usages for this in our codebase, so I just removed the parameter.Testing
Manually tested.
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.