mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-16 06:17:10 +00:00
Only use ios platform logic when in controlled media device condition (#3295)
This commit is contained in:
@@ -129,7 +129,7 @@ export const SettingsModal: FC<Props> = ({
|
||||
}
|
||||
/>
|
||||
)}
|
||||
{iosDeviceMenu && (
|
||||
{iosDeviceMenu && controlledAudioDevices && (
|
||||
<Button
|
||||
onClick={(e): void => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user