Removed quick actions from SongsFragment
Removing Play all & Shuffle quick actions from Songs tab as Shuffle fab is already there to complete the same task
This commit is contained in:
parent
ba69813ff3
commit
a9fde92dd9
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ import androidx.activity.addCallback
|
|||
import androidx.annotation.LayoutRes
|
||||
import androidx.recyclerview.widget.GridLayoutManager
|
||||
import code.name.monkey.retromusic.R
|
||||
import code.name.monkey.retromusic.adapter.song.ShuffleButtonSongAdapter
|
||||
import code.name.monkey.retromusic.adapter.song.SongAdapter
|
||||
import code.name.monkey.retromusic.extensions.surfaceColor
|
||||
import code.name.monkey.retromusic.fragments.ReloadType
|
||||
|
@ -82,7 +81,7 @@ class SongsFragment : AbsRecyclerViewCustomGridSizeFragment<SongAdapter, GridLay
|
|||
|
||||
override fun createAdapter(): SongAdapter {
|
||||
val dataSet = if (adapter == null) mutableListOf() else adapter!!.dataSet
|
||||
return ShuffleButtonSongAdapter(
|
||||
return SongAdapter(
|
||||
requireActivity(),
|
||||
dataSet,
|
||||
itemLayoutRes(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue