diff --git a/Classes/LinphoneUI/Base.lproj/UICompositeView.xib b/Classes/LinphoneUI/Base.lproj/UICompositeView.xib index 1668cddf2..baa4d9320 100644 --- a/Classes/LinphoneUI/Base.lproj/UICompositeView.xib +++ b/Classes/LinphoneUI/Base.lproj/UICompositeView.xib @@ -1,9 +1,9 @@ - + - + @@ -26,17 +26,12 @@ - - - - - @@ -46,22 +41,18 @@ - - - - @@ -73,34 +64,28 @@ - - - - - - diff --git a/Classes/LinphoneUI/Base.lproj/UICompositeView~ipad.xib b/Classes/LinphoneUI/Base.lproj/UICompositeView~ipad.xib index d4b20b633..13cacd621 100644 --- a/Classes/LinphoneUI/Base.lproj/UICompositeView~ipad.xib +++ b/Classes/LinphoneUI/Base.lproj/UICompositeView~ipad.xib @@ -1,5 +1,5 @@ - + @@ -28,9 +28,6 @@ - - - diff --git a/Classes/LinphoneUI/UIChatBubblePhotoCell.m b/Classes/LinphoneUI/UIChatBubblePhotoCell.m index 9170fe311..b85a67c4e 100644 --- a/Classes/LinphoneUI/UIChatBubblePhotoCell.m +++ b/Classes/LinphoneUI/UIChatBubblePhotoCell.m @@ -156,21 +156,13 @@ [_ftd download:self.message]; _cancelButton.hidden = NO; _downloadButton.hidden = YES; - - // we must tell the tableview to refresh the cell to reflect its internal state - ChatConversationView *view = VIEW(ChatConversationView); - [view.tableController updateChatEntry:self.message]; } - (IBAction)onCancelClick:(id)sender { FileTransferDelegate *tmp = _ftd; [self disconnectFromFileDelegate]; - [tmp cancel]; _fileTransferProgress.progress = 0; - [self update]; - // we must tell the tableview to refresh the cell to reflect its internal state - ChatConversationView *view = VIEW(ChatConversationView); - [view.tableController updateChatEntry:self.message]; + [tmp cancel]; } - (void)onResendClick:(id)event { diff --git a/Classes/Utils/FileTransferDelegate.m b/Classes/Utils/FileTransferDelegate.m index 65931496b..fc18b2fe6 100644 --- a/Classes/Utils/FileTransferDelegate.m +++ b/Classes/Utils/FileTransferDelegate.m @@ -202,7 +202,7 @@ static LinphoneBuffer *linphone_iphone_file_transfer_send(LinphoneChatMessage *m linphone_chat_message_cancel_file_transfer(msg); } _data = nil; - LOGI(@"%p Destroying", self); + LOGD(@"%p Destroying", self); } - (void)cancel {