Fix excessive space between single-line messages#6315
Conversation
PR checklist ✅All required conditions are satisfied:
🎉 Great job! This PR is ready for review. |
7e2672e to
42a86c5
Compare
SDK Size Comparison 📏
|
|
WalkthroughThe pull request removes the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |



Goal
Single-line messages have excessive padding between them
Implementation
It happened because the swipe-to-reply icon had a minimum size (48dp) so it caused the whole item to grow vertically
🎨 UI Changes
Testing
Launch the app and check that the spacing vs messages is correct, both if the messages are small (single line) and in other cases
Summary by CodeRabbit