mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Show dialpad option only if PSTN supported
This commit is contained in:
@@ -3384,10 +3384,14 @@ NSNotificationName const RoomCallTileTappedNotification = @"RoomCallTileTappedNo
|
||||
{
|
||||
[self roomInputToolbarView:toolbarView placeCallWithVideo2:video];
|
||||
}
|
||||
else
|
||||
else if (self.mainSession.callManager.supportsPSTN)
|
||||
{
|
||||
[self showVoiceCallActionSheetWith:toolbarView];
|
||||
}
|
||||
else
|
||||
{
|
||||
[self roomInputToolbarView:toolbarView placeCallWithVideo2:NO];
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user