mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-15 16:27:26 +00:00
fix: release build errors
This commit is contained in:
parent
9adaf8c013
commit
72d7aea6e3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue