mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-31 16:25:51 +00:00
lottie: add getImage() API in lottieview
Change-Id: Ic72bb47752797811cbe7c464e02c81bcfd0a9a11
This commit is contained in:
@@ -25,6 +25,7 @@ public:
|
||||
};
|
||||
LottieView(Evas *evas, bool renderMode = true, bool asyncRender = true);
|
||||
~LottieView();
|
||||
Evas_Object * getImage() { return mRenderMode ? mImage : mVg; }
|
||||
void setSize(int w, int h);
|
||||
void setPos(int x, int y);
|
||||
void setFilePath(const char *filePath);
|
||||
|
||||
Reference in New Issue
Block a user