mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-25 17:57:09 +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={() => {
|
onPress={() => {
|
||||||
if (cannotUseDevice) {
|
if (cannotUseDevice) {
|
||||||
openPermissionsDialog(kind)
|
openPermissionsDialog(kind)
|
||||||
|
} else {
|
||||||
|
toggle()
|
||||||
}
|
}
|
||||||
toggle()
|
|
||||||
}}
|
}}
|
||||||
aria-label={toggleLabel}
|
aria-label={toggleLabel}
|
||||||
tooltip={
|
tooltip={
|
||||||
|
|||||||
Reference in New Issue
Block a user