mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fixed spelling of associated.
This commit is contained in:
@@ -568,7 +568,7 @@
|
||||
if (self.selectedAttachmentIndex != NSNotFound){
|
||||
UIButton *imageButton = self.attachmentScrollViewImageViews[self.selectedAttachmentIndex];
|
||||
BITFeedbackMessageAttachment *attachment = self.imageAttachments[self.selectedAttachmentIndex];
|
||||
[attachment deleteContents]; // mandatory call to delete the files associatd.
|
||||
[attachment deleteContents]; // mandatory call to delete the files associated.
|
||||
[self.imageAttachments removeObject:attachment];
|
||||
[self.attachments removeObject:attachment];
|
||||
[imageButton removeFromSuperview];
|
||||
|
||||
Reference in New Issue
Block a user