lyarenei / Medusic

An attempt to create a native iOS Jellyfin music client. Also a personal Swift/SwiftUI learning project I work on when I've got some free time (and motivation).
5 stars 0 forks source link

[Album detail] Selecting a song glitches out the NowPlaying component #87

Closed MatyasKriz closed 6 months ago

MatyasKriz commented 6 months ago

It gets back on track after a while, but it looks weird.

lyarenei commented 6 months ago

I do not observe any glitches. Please provide steps to reproduce, thanks.

MatyasKriz commented 6 months ago

The steps are:

I can't however reproduce it at this time, so it might be a race condition. Basically the animation of the now playing component gets stuck midway, usually before any button is visible.

lyarenei commented 6 months ago

I think I remember seeing something like that back on ios14, but not now. Ideally, I'd like to use a library or something as the implementation is pretty lacking.

MatyasKriz commented 6 months ago

I'll try to take a look today if I can make it more resilient.

MatyasKriz commented 6 months ago

I couldn't find what caused it and can't reproduce it anymore. 😕