mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-16 17:22:23 +03:00
Merge pull request #691 from blastrock/fix-play-all
TrackCollectionFragment: fix play all button
This commit is contained in:
commit
7dd479c0d2
@ -276,7 +276,7 @@ open class TrackCollectionFragment : MultiListFragment<MusicDirectory.Child>() {
|
||||
var hasSubFolders = false
|
||||
|
||||
for (item in viewAdapter.getCurrentList()) {
|
||||
if (item is MusicDirectory.Entry && item.isDirectory) {
|
||||
if (item is MusicDirectory.Child && item.isDirectory) {
|
||||
hasSubFolders = true
|
||||
break
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user