Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android):
getSupportedVoices()
is not available for api levels …
…< 24 (#124) * Fix support issue on API levels < 24 Comparator.comparing does not work below API level 24 * Sort using getName() rather than hashCode(), remove crash below API level 24 getName() is guaranteed to be unique, hashCode is not, so this may fix potential issues with the use of hashCode. Also switch from using Comparator.comparing to allow for support on API levels 21-24
- Loading branch information