Code Cleanup
This commit is contained in:
parent
818703c573
commit
ad90694879
61 changed files with 236 additions and 495 deletions
|
@ -139,8 +139,6 @@ object SearchQueryHelper : KoinComponent {
|
|||
arrayOf(query.lowercase())
|
||||
)
|
||||
)
|
||||
return if (songs.isNotEmpty()) {
|
||||
songs
|
||||
} else ArrayList()
|
||||
return songs.ifEmpty { ArrayList() }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue