Just block notifying OnScene and OffScene callback during SwithParent. 30/261430/1
authorseungho <sbsh.baek@samsung.com>
Mon, 12 Jul 2021 10:12:40 +0000 (19:12 +0900)
committerSeungho Baek <sbsh.baek@samsung.com>
Mon, 19 Jul 2021 01:37:50 +0000 (10:37 +0900)
commit86ce31911b61fea6badb75c8871a057e6a5f550f
tree80f14b22dfc1bc2fb76c545b87fe6f09fc57bdb8
parent522b851901f6edee893d7eb5f96d687fcfc5aa77
Just block notifying OnScene and OffScene callback during SwithParent.

 - Currently, during SwitchParent, too many works were blocked
   such as changing node hierarchy and changing tree depth.
 - This patch just block only notifying OnScene and OffScene signal and callback.

Change-Id: I642bd22d7886933d5999fcd73d31eda8892e6fbe
Signed-off-by: seungho <sbsh.baek@samsung.com>
dali/internal/event/actors/actor-impl.cpp
dali/internal/event/actors/actor-impl.h
dali/internal/event/actors/actor-parent-impl.cpp