mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
UIChatBubblePhotoCell: remove debug code
This commit is contained in:
parent
f40deac05c
commit
8a461d5ddf
1 changed files with 0 additions and 8 deletions
|
|
@ -132,14 +132,6 @@
|
|||
_messageImageView.hidden = _cancelButton.hidden = (_ftd.message == nil);
|
||||
_downloadButton.hidden = !_cancelButton.hidden;
|
||||
_fileTransferProgress.hidden = NO;
|
||||
|
||||
#if DEBUG
|
||||
const LinphoneContent *c = linphone_chat_message_get_file_transfer_information(self.message);
|
||||
if (c) {
|
||||
const char *name = linphone_content_get_name(c);
|
||||
[_downloadButton setTitle:[NSString stringWithUTF8String:name ?: "NULL"] forState:UIControlStateNormal];
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
// resize image so that it take the full bubble space available
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue