Fix text visual discard issue
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 26 Jul 2024 04:01:00 +0000 (13:01 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 26 Jul 2024 04:06:50 +0000 (13:06 +0900)
commit929ed4c7742e5b18e1b571799fc276b57c3825ea
tree49971ee2b158fd69a39e3eb9d48f9a86083a6b8a
parentc1876f6d44048200319ec73aaeb118c65f2d5dff
Fix text visual discard issue

The text visual will be destroyed at next idle time.
Set AsyncTextInterface to nullptr immediately..
This prevents access to the async text interface until the visual is actually destroyed.

Change-Id: Idc1671b2a2f6a3f322fd58cfb1b09489486e5b4c
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp
dali-toolkit/internal/visuals/text/text-visual.cpp