[Tizen] Emit ResourceReady if we call Reload even if it was ready visual. 76/306176/1 accepted/tizen/7.0/unified/20240219.160854
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 16 Feb 2024 11:25:09 +0000 (20:25 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 16 Feb 2024 11:25:09 +0000 (20:25 +0900)
commit3442f239e45a1283bb11f123c7d0c423537e12a0
tree398698925a13579931ff35b1d0a61f2239342b8a
parent1a1bbc799e8075113af6510bdaac246590c75cf0
[Tizen] Emit ResourceReady if we call Reload even if it was ready visual.

If the visual was already ready state, and if we call Reload, the visual state
still ResourceReady. So ResourceReady signal was not be emitted.

Since someone might need to know the timing of resource loaded after Reload(),
Make we reset status as PREPARE, and wait callback again.

Change-Id: Id0ddb6523c4d9fcd58aab63a2fb07d27fdd9c5b5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/visuals/image/image-visual.cpp