Skip to content
Snippets Groups Projects
Commit 9f802d7d authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix equalizer crash

Fixes #3030
parent 83822a8d
No related branches found
No related tags found
1 merge request!1842Fix equalizer crash
Pipeline #434966 passed with stages
in 20 minutes and 52 seconds
......@@ -1801,7 +1801,7 @@ class PlaybackService : MediaBrowserServiceCompat(), LifecycleOwner, CoroutineSc
val renderer = RendererLiveData()
val restartPlayer = LiveEvent<Boolean>()
val headSetDetection = LiveEvent<Boolean>()
val equalizer = LiveEvent<MediaPlayer.Equalizer>()
val equalizer = LiveEvent<MediaPlayer.Equalizer?>()
private const val SHOW_TOAST = "show_toast"
private const val END_MEDIASESSION = "end_mediasession"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment