This commit is contained in:
nielsandriesse 2020-10-19 11:31:37 +11:00
parent 5f6294896a
commit 8ec81bc68d
1 changed files with 1 additions and 0 deletions

View File

@ -2452,6 +2452,7 @@ typedef enum : NSUInteger {
// Associate the player with this media adapter.
self.audioAttachmentPlayer.owner = viewItem;
[self.audioAttachmentPlayer play];
[self.audioAttachmentPlayer setCurrentTime:viewItem.audioProgressSeconds];
}
- (void)didPanAudioViewItem:(id<ConversationViewItem>)viewItem attachmentStream:(TSAttachmentStream *)attachmentStream currentTime:(NSTimeInterval)currentTime