Corrected style violation

This commit is contained in:
Cem Eren 2022-03-06 00:19:25 +01:00
parent eb0fa67431
commit 0961f56a7d
No known key found for this signature in database
GPG Key ID: 8110307C31E795FF
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ open class TrackCollectionFragment : MultiListFragment<MusicDirectory.Child>() {
}
internal fun getClickedSong(item: MusicDirectory.Child): List<MusicDirectory.Entry> {
//This can probably be done better
// This can probably be done better
return viewAdapter.getCurrentList().mapNotNull {
if (it is MusicDirectory.Entry && (it.id == item.id))
it