jmshrv / finamp

A Jellyfin music client for mobile
Mozilla Public License 2.0
2k stars 130 forks source link

redesign-beta: Letter scroll indicator persists #880

Closed atomheartother closed 2 months ago

atomheartother commented 2 months ago

I use hand gestures to navigate on my phone. When I try to exit some Finamp screens by swiping from the right edge inward, sometimes Finamp will register the touch and understand it as "I want to go to this letter" in the alphabetical sidebar.

However since my touch exits the app, the touch is never ended, instead the app quits. When you have something playling, this just puts the app to sleep instead of completely closing it, so now when I reopen the app the letter is stuck on the screen forever.

Reproduction steps:

Screen recording:

https://github.com/user-attachments/assets/7225fdf1-debd-4f4f-9011-10d2faabfe04

Chaphasilor commented 2 months ago

Yeah, that has been bugging me for a while too. Should mostly be fixed with the next update :)

Chaphasilor commented 2 months ago

This should be fixed now :)

atomheartother commented 2 months ago

Thank you!