mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix checkbox update
This commit is contained in:
parent
1418f81ecc
commit
ebb3d6a7e0
1 changed files with 1 additions and 2 deletions
|
|
@ -340,8 +340,6 @@ static const CGFloat CELL_IMAGE_X_MARGIN = 100;
|
|||
_cancelButton.hidden = _fileTransferProgress.hidden = _downloadButton.hidden = YES;
|
||||
_playButton.hidden = ![type isEqualToString:@"video"];
|
||||
_fileName.hidden = _fileView.hidden = _fileButton.hidden = localFile ? NO : YES;
|
||||
// Should fix cell not resizing after doanloading image.
|
||||
//[self layoutSubviews];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -533,6 +531,7 @@ static const CGFloat CELL_IMAGE_X_MARGIN = 100;
|
|||
}
|
||||
|
||||
- (void)layoutSubviews {
|
||||
[super layoutSubviews];
|
||||
BOOL is_outgoing = linphone_chat_message_is_outgoing(super.message);
|
||||
CGRect bubbleFrame = super.bubbleView.frame;
|
||||
int origin_x;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue