mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-13 12:17:24 +00:00
revert hot fix now the permission should be synced
This commit is contained in:
@@ -150,8 +150,9 @@ export const ToggleDevice = <T extends ToggleSource>({
|
||||
onPress={() => {
|
||||
if (cannotUseDevice) {
|
||||
openPermissionsDialog(kind)
|
||||
} else {
|
||||
toggle()
|
||||
}
|
||||
toggle()
|
||||
}}
|
||||
aria-label={toggleLabel}
|
||||
tooltip={
|
||||
|
||||
Reference in New Issue
Block a user