[NUI] Delay old ResourceReady signal
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 8 Jul 2022 05:31:13 +0000 (14:31 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 12 Jul 2022 02:41:27 +0000 (11:41 +0900)
commit22c80fad6da544ed57bcafd059ce13e0e38958cb
treee811c1e179082e079e2129b48ead70322f408ace
parent476b6fb33d1ad3631d7e2ecf5df3612cc158d3ce
[NUI] Delay old ResourceReady signal

Due to the LazyUpdate for ImageView's property,
sometimes ResourceReady signal comes even resource is not ready.

This patch make if we have some LazyUpdate properties, skip current signal
and wait next valid ResourceReady signal

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