mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 21:00:55 +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(
|
||||
song: MusicDirectory.Entry,
|
||||
mediaId: String? = null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user