Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix permission request when one is already granted (#373)
When `WRITE_EXTERNAL_STORAGE` is already granted but not `RECORD_AUDIO` (or vice-versa), `startRecorder` will stop asking permission for `RECORD_AUDIO` as today a "and" is used instead of a "or" condition.
- Loading branch information