[NUI] Revert dispose synchronously logic when APP is not started
authorEunki Hong <eunkiki.hong@samsung.com>
Mon, 18 Dec 2023 07:23:21 +0000 (16:23 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Mon, 18 Dec 2023 10:39:53 +0000 (19:39 +0900)
commitf029ba3730ac3514e39ca107df9e40ec2d070798
tree1ba676846abdbfebaa841783ae71ad317584d8cd
parentbbb3fd43a356753ad70b33e9c59dfc135b6655f1
[NUI] Revert dispose synchronously logic when APP is not started

We add some logic to dispose items when application created & disposed
before application initialized.

But some app just have some issue when some thread dependency items disposed
before application started.

To avoid this cases, let we block dispose sync logic and revert we always
dispose queue ensure in main thread.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/internal/Common/DisposeQueue.cs