Kostyantyn Rudenko
Kostyantyn Rudenko
do you have any update, how to solve this issue?
can build library yourself can help to solve the problem?
folks, do you have any update how to fix this?
any update how to fix this?
Hello folks, just want to share with you some updates. after updating to the stable version of 1.4.0 I can still reproduce my problem from this [ticket](https://github.com/androidx/media/issues/1107)
Thanks for the quick reply [this is](https://github.com/kotya341/ExoPlayerExample) an example app that I've managed to create its a simple list, kind of instagram feed with videos if you remove my custom...
sorry my bad, I just changed settings
Thanks a lot for such a details analysis. This is what I thought about a layout and ideally, as you said, it would be ideal to set a max height...
btw I've played around with some configs for aspect ration layout and found out that if you set `app:surface_type="texture_view"` view looks as expected
you are correct about my inflation way ``` AndroidView( modifier = modifier.fillMaxSize(), factory = { val view = LayoutInflater.from(context).inflate(R.layout.feed_list_video_view, null, false)``` view.apply {}} ``` I'll create the bug anyway and...