[NUI] Fix error if LottieAnimationView set BackgroundData before set URL
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 15 Feb 2024 06:23:23 +0000 (15:23 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 20 Feb 2024 09:33:15 +0000 (18:33 +0900)
commit7a501422877ea66435b877759c6c5fdeb05d6dbc
tree47713f8ec227382bec62044ccf02a5bc6ec518c2
parent6d10f3af4c7108b71585d35694b3d1936070793e
[NUI] Fix error if LottieAnimationView set BackgroundData before set URL

Since LottieAnimationView.URL property change whole Visual property by itself,
CornerRadius / Borderline properties become ignored when we set URL.

To avoid this case, let we ensure to set CornerRadius / Borderline if we set URL

Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs