XilinJia / Podcini

Open source podcast instrument for Android in Kotlin with media3, supporting channels, playlists, podcasts and single media from YouTube and YT Music as well as normal podcasts.
GNU General Public License v3.0
158 stars 7 forks source link

The last digit of seconds is occasionally not visible #39

Closed VS-X closed 3 months ago

VS-X commented 5 months ago

Checklist

App version

4.9.2 (ae82900)

Where did you get the app from

F-Droid

Android version

14

Device model

Oneplus 12

First occurred

since I started using the app 2 months ago

Steps to reproduce

1) open any episode (e.g. Safety Third, which I am listening to right now) 2) either just play normally or skip around the podcast, at some point the last digit disappears

I think that the first time I noticed it after enabling "Show remaining time", but even with that option disabled I still encounter the disappearing digit

Expected behaviour

The time is displayed without the digit occasionally disappearing

Current behaviour

The last digit of seconds disappears occasionally. E.g. 00:10:30 shows as 00:10:3. Both left and right side times are affected. Attached is a screenshot, where the time should be ~00:00:20, but instead it shows 00:00:2 Screenshot_2024_05_02_17_35_55_40_69a1496fa6aaa038611022c8e42ed6a1 or here, both timestamps are affected: Screenshot_2024_05_02_17_52_28_06_69a1496fa6aaa038611022c8e42ed6a1

Logs

No response

XilinJia commented 5 months ago

Thanks for reporting. That's a bit strange, as the length of the text is set as "wrap_content". I don't see the digit missing on my devices (Android 14 and Android 9). It has to do with Android implementation? I will keep this for more observation.

XilinJia commented 3 months ago

not sure what to do. close out for now.