whitescent / Mastify

A Mastodon client built with Jetpack Compose [WIP]
https://play.google.com/store/apps/details?id=com.github.whitescent.mastify
GNU General Public License v3.0
155 stars 8 forks source link

fix: custom emoji becomes smaller #74

Closed lazzzis closed 4 months ago

lazzzis commented 4 months ago

Note that the first emoji becomes smaller since the second time it is rendered. I don't know why but it appears it is easier to fix. Per InlineTextContent's doc, the width and height of PlaceHolder is passed to the layout rather than the child. The official sample also suggests adding a fillMaxSize.

https://github.com/whitescent/Mastify/assets/10359255/f8e27e00-a1ff-4955-b304-6c63a1af75dc