Fixed lint

This commit is contained in:
Nite 2021-10-07 18:02:23 +02:00
parent 221f218856
commit a3128c5f7f
No known key found for this signature in database
GPG Key ID: 1D1AD59B1C6386C1
1 changed files with 5 additions and 1 deletions

View File

@ -565,7 +565,11 @@ object Util {
}
private fun fillIntent(
intent: Intent, song: MusicDirectory.Entry?, playerPosition: Int, id: Int, listSize: Int
intent: Intent,
song: MusicDirectory.Entry?,
playerPosition: Int,
id: Int,
listSize: Int
) {
if (song == null) {
intent.putExtra("track", "")