Improve handling of attachments with captions.

pull/1/head
Matthew Chen 7 years ago
parent 8576da791c
commit 6006d22870

@ -240,6 +240,7 @@ static const NSUInteger OWSMessageSchemaVersion = 4;
}
}
// TODO: This method contains view-specific logic and probably belongs in NotificationsManager, not in SSK.
- (NSString *)previewTextWithTransaction:(YapDatabaseReadTransaction *)transaction
{
NSString *_Nullable attachmentDescription = nil;

Loading…
Cancel
Save