mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
Crypto: Enable voip in encrypted 1:1 room
This commit is contained in:
@@ -159,8 +159,8 @@
|
||||
{
|
||||
self.rightInputToolbarButton.hidden = YES;
|
||||
self.attachMediaButton.hidden = NO;
|
||||
self.voiceCallButton.hidden = !self.isEncryptionEnabled && _activeCall;
|
||||
self.hangupCallButton.hidden = !self.isEncryptionEnabled && !_activeCall;
|
||||
self.voiceCallButton.hidden = _activeCall;
|
||||
self.hangupCallButton.hidden = !_activeCall;
|
||||
|
||||
self.messageComposerContainerTrailingConstraint.constant = self.frame.size.width - self.attachMediaButton.frame.origin.x + 4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user