mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -201,6 +201,18 @@ const CGFloat TGPhotoStickerSelectionViewHandleSide = 30.0f;
|
||||
[_stickerView resetToStart];
|
||||
}
|
||||
|
||||
- (void)playFromFrame:(NSInteger)frameIndex {
|
||||
[_stickerView playFromFrame:frameIndex];
|
||||
}
|
||||
|
||||
- (void)copyStickerView:(TGPhotoStickerEntityView *)view {
|
||||
[_stickerView copyStickerView:view->_stickerView];
|
||||
}
|
||||
|
||||
- (int64_t)documentId {
|
||||
return [_stickerView documentId];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user