Fix ChromeCast crash and bugs

This commit is contained in:
Prathamesh More 2022-05-04 23:51:23 +05:30
parent a0c745641a
commit 7195ab2afd
8 changed files with 43 additions and 63 deletions

View file

@ -49,7 +49,6 @@ object MusicPlayerRemote : KoinComponent {
if (value) {
musicService?.quit()
}
println(value.toString() + "" + isCasting.toString())
}
@JvmStatic