carlos menjivar
carlos menjivar
Same error here, I solved this problem removing the blank space between files ``` diff - files: ./core/build/reports/kover/project-xml/report.xml, ./app/build/reports/kover/project-xml/report.xml + files: ./core/build/reports/kover/project-xml/report.xml,./app/build/reports/kover/project-xml/report.xml ``` ``` _____ _ / ____| | |...
> > I'm also facing this issue. `resizeMode` is set to `AspectRatioFrameLayout.RESIZE_MODE_ZOOM`. parent view is set to `fillMaxSize()`. Is there a workaround for now to make the `PlayerView` fill the...
The solution proposed by @zhangwenxiang26 does not work for all the devices. I'm already using a very dirty method to sign-In, it works for mostly of the cases, but one...