mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-26 21:52:16 +03:00
Fixed lint
This commit is contained in:
parent
221f218856
commit
a3128c5f7f
@ -565,7 +565,11 @@ object Util {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun fillIntent(
|
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) {
|
if (song == null) {
|
||||||
intent.putExtra("track", "")
|
intent.putExtra("track", "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user