Do not show floating action buttons when reordering items
This commit is contained in:
@@ -277,6 +277,7 @@ fun LocalPlaylistSongs(
|
||||
FloatingActionsContainerWithScrollToTop(
|
||||
lazyListState = lazyListState,
|
||||
iconId = R.drawable.shuffle,
|
||||
visible = !reorderingState.isDragging,
|
||||
onClick = {
|
||||
playlistWithSongs?.songs?.let { songs ->
|
||||
if (songs.isNotEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user