Do not close NowPlayingBottomSheet between tracks.
Compare changes
@@ -74,7 +74,9 @@ class NowPlayingBottomSheet @JvmOverloads constructor(
@@ -74,7 +74,9 @@ class NowPlayingBottomSheet @JvmOverloads constructor(
If the user opens the NowPlayingBottomSheet whilst playing a non empty queue, leave the BottomSheet open at the end of the playing track.
This is meant to address the first issue in the list of UI rough edges identified in issue #155.