SoundRecorder
SoundRecorder copied to clipboard
Enhancement: When permissions are denied initially, nothing happens on the mic-icon click
Issue:
When permissions are denied initially, nothing happens on the mic-icon click
Expected behavior:
When permissions are denied initially Open app settings for permissions on the mic-icon click and display a toast with a relevant message.
Description and steps:
When permissions are denied initially, the app should convey a proper message mentioning the reason for not starting the recording and redirect the user to the settings page to enable the permission Steps:
- Open app after installation and click on the mic-icon
- Deny both storage and microphone access permission
- Again click on the mic-icon, nothing happens
Issue recording:
https://user-images.githubusercontent.com/20037228/196821370-e933ac69-733b-4c02-a325-91e3f8be6243.mp4
Hi @naXa777 , I have fixed this issue in PR(https://github.com/naXa777/SoundRecorder/pull/76) please take a look. Thanks!