fix: equalizer missing referenced value

This commit is contained in:
eddyizm 2025-11-06 16:08:07 -08:00
parent 36d2320e70
commit 923cfd5bc9
No known key found for this signature in database
GPG key ID: CF5F671829E8158A

View file

@ -60,6 +60,7 @@ class MediaService : MediaLibraryService(), SessionAvailabilityListener {
companion object { companion object {
const val ACTION_BIND_EQUALIZER = "com.cappielloantonio.tempo.service.BIND_EQUALIZER" const val ACTION_BIND_EQUALIZER = "com.cappielloantonio.tempo.service.BIND_EQUALIZER"
const val ACTION_EQUALIZER_UPDATED = "com.cappielloantonio.tempo.service.EQUALIZER_UPDATED"
} }
private val widgetUpdateHandler = Handler(Looper.getMainLooper()) private val widgetUpdateHandler = Handler(Looper.getMainLooper())
private var widgetUpdateScheduled = false private var widgetUpdateScheduled = false