Yo

Results 39 comments of Yo

Seems like you forgot something: https://github.com/vkay94/DoubleTapPlayerView#getting-started ``` // Uncomment this line if you haven't set yt_playerView in XML youtube_overlay.playerView(playerView) // Uncomment this line if you haven't set dtpv_controller in XML...

Hello, any news on this ? > I have to guess a little, but it looks like this is a real leak in your application code, it's one of two...

I've found this issue from hilt: https://github.com/google/dagger/issues/2070 and saying they can't solve it as the API to solve it aren't public.

Hello, I should have put some code. Yes the `themeResId` isn't respected for Material3. ```xml ``` ```kotlin TrackSelectionDialogBuilder( context, "Select Quality", player, C.TRACK_TYPE_VIDEO ).apply { setTrackFormatComparator { o1, o2 ->...

Thank you > The problem of course is that since MaterialAlertDialogBuilder extends androidx.appcompat.app.AlertDialog.Builder, then both buildForMaterial3() and buildForAndroidX() will have to use reflection. The issue about this is that I'm...

Hello, Thank you ! I didn't know calling seek before prepare would work, I'll try it out and tell you about it

I've managed to load only once be seeking before preparing the media, thank you

Same issue, below my ovpn: ``` dev tun tls-client remote **REDACTED** pull proto udp script-security 2 reneg-sec 0 cipher AES-256-CBC auth SHA512 auth-user-pass -----BEGIN CERTIFICATE----- **REDACTED** -----END CERTIFICATE----- -----BEGIN CERTIFICATE-----...

After more investigation, it seems to be related to moshi package, kotlinx package is working fine. Also the stacktrace looks like: ```xml kotlin.reflect.jvm.internal.KotlinReflectionInternalError: This callable does not support a default...