mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-02-17 04:00:39 +01:00
Fixed lint
This commit is contained in:
parent
221f218856
commit
a3128c5f7f
@ -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", "")
|
||||
|
Loading…
x
Reference in New Issue
Block a user