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(ui): remove Text if there is no visible text #71

Closed lazzzis closed 4 months ago

lazzzis commented 4 months ago

Mastodon just returns an empty string if the content is empty. But Misskey returns a <p></p> and this shows an empty Text on Post.

This pr hides Text if the post does not have any visible text.

before after
Screenshot_20240220_233919 Screenshot_20240220_234012
Screenshot_20240220_233931 Screenshot_20240220_234026