TwidereX-Android icon indicating copy to clipboard operation
TwidereX-Android copied to clipboard

[Feature Request] Don't truncate quoted tweets

Open IBBoard opened this issue 4 years ago • 1 comments
trafficstars

Is your feature request related to a problem? Please describe. When viewing a timeline, any sufficiently long quoted tweets are truncated. This means that you've got to interact with the tweet to read all of what was being quoted. This didn't happen in the old Twidere.

Describe the solution you'd like Quoted tweets show full text without truncation.

Describe alternatives you've considered Keep using Twidere!

Additional context Screenshot_20211023-141931

First quoted tweet is truncated, the second one (hidden by the button) is short enough not to be truncated.

IBBoard avatar Oct 23 '21 13:10 IBBoard

I think this is caused by

https://github.com/TwidereProject/TwidereX-Android/blob/f6ae0e8fdd29d1595171e02045f5fb94a995c9f3/common/src/commonMain/kotlin/com/twidere/twiderex/component/status/TimelineStatusComponent.kt#L718

edent avatar May 26 '22 20:05 edent