mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Prompt for microphone permission when recording video in new camera.
Previously, the new camera would silently record video without audio when microphone permission was missing. Now it shows the same rationale dialog and permanent denial flow as the old camera.
This commit is contained in:
@@ -147,6 +147,9 @@ fun MainScreen(
|
||||
is StandardCameraHudEvents.MediaSelectionClick -> {
|
||||
// Doesn't need to be handled
|
||||
}
|
||||
is StandardCameraHudEvents.AudioPermissionRequired -> {
|
||||
// Doesn't need to be handled
|
||||
}
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user