mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Ensure that dialog pops up when permissions denied for voice note
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
|
||||
this.close();
|
||||
|
||||
if (error && error.name === 'PermissionDeniedError') {
|
||||
if (error && error.name === 'NotAllowedError') {
|
||||
window.log.warn(
|
||||
'RecorderView.onError: Microphone access is not allowed!'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user