mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-24 04:40:56 +03:00
Fix a minor warning
This commit is contained in:
parent
939cd8583c
commit
c44257f569
@ -33,7 +33,7 @@ class PlaybackStateSerializer : KoinComponent {
|
||||
private val mediaSessionHandler by inject<MediaSessionHandler>()
|
||||
|
||||
val lock: Lock = ReentrantLock()
|
||||
val setup = AtomicBoolean(false)
|
||||
private val setup = AtomicBoolean(false)
|
||||
|
||||
private val appScope = CoroutineScope(SupervisorJob() + Dispatchers.IO)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user