mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
always show native button on ios
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -129,7 +129,7 @@ export const SettingsModal: FC<Props> = ({
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{iosDeviceMenu && controlledAudioDevices && (
|
{iosDeviceMenu && (
|
||||||
<Button
|
<Button
|
||||||
onClick={(e): void => {
|
onClick={(e): void => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user