Don't show the call button on macOS (#2064)
Calls don't work in the web view on macOS.
This commit is contained in:
@@ -155,8 +155,10 @@ struct RoomScreen: View {
|
||||
RoomHeaderView(context: context)
|
||||
}
|
||||
|
||||
ToolbarItem(placement: .primaryAction) {
|
||||
callButton
|
||||
if !ProcessInfo.processInfo.isiOSAppOnMac {
|
||||
ToolbarItem(placement: .primaryAction) {
|
||||
callButton
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
1
changelog.d/pr-2064.bugfix
Normal file
1
changelog.d/pr-2064.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Don't show the call button on macOS.
|
||||
Reference in New Issue
Block a user