fix: release build errors

This commit is contained in:
eddyizm
2026-02-15 10:30:01 -08:00
parent 9adaf8c013
commit 72d7aea6e3

View File

@@ -41,8 +41,8 @@ import retrofit2.Callback
import retrofit2.Response
open class MediaLibrarySessionCallback(
context: Context,
automotiveRepository: AutomotiveRepository
private val context: Context,
private val automotiveRepository: AutomotiveRepository
) :
MediaLibraryService.MediaLibrarySession.Callback {