-
Notifications
You must be signed in to change notification settings - Fork 155
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
Edited text message bubbles should resize when edited #2272
Edited text message bubbles should resize when edited #2272
Conversation
…les are resized when edited.
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2272 +/- ##
========================================
Coverage 70.04% 70.04%
========================================
Files 1335 1335
Lines 32674 32674
Branches 6792 6791 -1
========================================
+ Hits 22885 22886 +1
Misses 6512 6512
+ Partials 3277 3276 -1 ☔ View full report in Codecov by Sentry. |
With this change, it should be possible to move back to using |
f7c0d42
to
8d376fb
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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, but I cannot repro the original issue... This is not blocking the merge of this PR.
Type of change
Content
ContentAvoidingLayoutScopeInstance
stable and state-aware, so it can be used byContentAvoidingLayout
to re-layout when itsdata
changes.Layout
instead ofSubcomposeLayout
for the layout process, which should improve performance.Motivation and context
Fixes #2060
Screenshots / GIFs
Screen_recording_20240122_111123.mp4
Tests
Tested devices
Checklist