mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-07 14:53:35 +00:00
capi: export one missing api.
Change-Id: Iba8d035febdcbbee852aa9d946ae3202ae5433ad
This commit is contained in:
parent
b8df19759f
commit
10e6788bb2
@ -27,7 +27,7 @@ LOT_EXPORT Lottie_Animation_S *lottie_animation_from_file(const char *file)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Lottie_Animation_S *lottie_animation_from_data(const char *data, const char *key)
|
LOT_EXPORT Lottie_Animation_S *lottie_animation_from_data(const char *data, const char *key)
|
||||||
{
|
{
|
||||||
if (auto animation = Animation::loadFromData(data, key) ) {
|
if (auto animation = Animation::loadFromData(data, key) ) {
|
||||||
Lottie_Animation_S *handle = new Lottie_Animation_S();
|
Lottie_Animation_S *handle = new Lottie_Animation_S();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user