mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-01 16:50:33 +00:00
lottieplayer: keep API coding convention.
Not use "get" prefix so far. Change-Id: Iabc2852cd78d5ac4f4fa29f8b3b7195eafe1d804
This commit is contained in:
committed by
Subhransu Mohanty
parent
d3be153e82
commit
46ec17191e
@@ -238,8 +238,8 @@ void LottieView::render()
|
||||
void LottieView::setFilePath(const char *filePath)
|
||||
{
|
||||
mPlayer->setFilePath(filePath);
|
||||
mFrameRate = mPlayer->getFrameRate();
|
||||
mTotalFrame = mPlayer->getTotalFrame();
|
||||
mFrameRate = mPlayer->frameRate();
|
||||
mTotalFrame = mPlayer->totalFrame();
|
||||
}
|
||||
|
||||
void LottieView::setSize(int w, int h)
|
||||
|
||||
Reference in New Issue
Block a user