mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-26 21:52:16 +03:00
Suppress detekt LongMethod
This commit is contained in:
parent
982639d2c7
commit
c9f2050c46
@ -1269,7 +1269,7 @@ object Util {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
@Suppress("ComplexMethod")
|
@Suppress("ComplexMethod", "LongMethod")
|
||||||
fun getMediaDescriptionForEntry(
|
fun getMediaDescriptionForEntry(
|
||||||
song: MusicDirectory.Entry,
|
song: MusicDirectory.Entry,
|
||||||
mediaId: String? = null,
|
mediaId: String? = null,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user