Various fixes

This commit is contained in:
Ilya Laktyushin
2022-05-03 05:44:58 +04:00
parent be662de71d
commit b317ba1ee7
33 changed files with 260 additions and 85 deletions

View File

@@ -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