mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Shift more button to the left for voice calls
This commit is contained in:
@@ -351,6 +351,17 @@
|
||||
|
||||
#pragma mark - Properties
|
||||
|
||||
- (void)setMxCall:(MXCall *)mxCall
|
||||
{
|
||||
[super setMxCall:mxCall];
|
||||
|
||||
if (self.videoMuteButton.isHidden)
|
||||
{
|
||||
// shift more button to left
|
||||
self.moreButtonLeadingConstraint.constant = 8.0;
|
||||
}
|
||||
}
|
||||
|
||||
- (UIImage*)picturePlaceholder
|
||||
{
|
||||
CGFloat fontSize = floor(self.callerImageViewWidthConstraint.constant * 0.7);
|
||||
|
||||
Reference in New Issue
Block a user