RiveAnimationView: apply animation data correctly 43/268543/3
authorTaehyub Kim <taehyub.kim@samsung.com>
Fri, 24 Dec 2021 07:39:23 +0000 (16:39 +0900)
committerTaehyub Kim <taehyub.kim@samsung.com>
Mon, 14 Feb 2022 04:21:54 +0000 (13:21 +0900)
commit40edd415c47665d4c28dac5484ea4978090a29a2
treed8dc5a954afcd5364909fa0cf79781dea31829eb
parentfb64515a1776b149f5142ac9fdde051b8a3ad4d4
RiveAnimationView: apply animation data correctly

Animation data is overwrited by multiple SendAnimationData call
and RiveAnimationView removes the animation data after SetAnimationData.
so Sometiems animation data is not updated.
To prevent this behavior, append animation data when renderer is not updated.

Change-Id: I772a7053d033c2f3276bc411c10c63e960343470
dali-extension/internal/rive-animation-view/rive-animation-task.cpp
dali-extension/internal/rive-animation-view/rive-animation-task.h