Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refact(Android): rename
compareFrameSizes
to `checkFrameSizesEqualW…
…ithEps` (#2217) ## Description As suggested by @alduzy, new the new function name should better convey its behaviour. Old came `compareFrameSizes` could suggest inequality. ## Changes Renamed `compareFrameSizes` to `checkFrameSizesEqualWithEps`. ## Test code and steps to reproduce Android should build on Fabric => CI ## Checklist - [ ] Ensured that CI passes
- Loading branch information