Closed IlyaGazman closed 9 years ago
Hi @IlyaGazman! Thanks for your pull request :)
Review your branch, your PR is breaking the build.
Related to the code, I'm going to fix this issue changing some variables using float to use int, because it should be declared as int xD. Your PR doesn't fix the bug I have with VideoView sample and compare floats using a delta is not the best approach.
I've merged other pull request from @Fiddl3 that fixes one problem with ResizeTransformer and apply some changes that are not compatible with this PR. I'm going to close this PR.
After video been minimized I wasn't been able to dismiss it, because it compared int to float
This fix solves it.