enteraname74 / SoulSearching

A music player for Android and Desktop using Compose Multiplatform.
GNU General Public License v3.0
77 stars 4 forks source link

Playing song *and* played list are visible at the bottom when moving into settings and so on #18

Closed Porkepix closed 6 months ago

Porkepix commented 10 months ago

While I get the idea to keep at the bottom the song currently playing while moving within the menus and other places to get back at the player if we need/want, I think the "played list" should only be displayed from the player view, and not from everywhere in the application.

enteraname74 commented 10 months ago

Normally, the played list should not be visible everywhere. It should be hidden and then shown in the player view by clicking on the button in the top-right corner of the screen.

I will work on it to find why it behaves like that on devices like yours.