[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 08:15:23 +0000 (17:15 +0900)
commit867d9e520b33ba2401cd0e2d1aad6e167b50a5d2
tree86ff0cd7b4902377eb4b24971e06479bfede85c9
parent3effa67aa87fffb052d938b49b5fbaf374935be5
[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