[NUI][API11] Make ProcessController.Initialized check as static + Initialize at Insta...
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 3 Jul 2024 08:09:34 +0000 (17:09 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 3 Jul 2024 09:34:42 +0000 (18:34 +0900)
commit85d79bedeae6dc60ddf577fb2c9b0c261f823518
tree8fc56e235490015164ce189314c1c71511f16e8b
parentf8ff7c8ecb2e71ee04c3f67f354b550732efa338
[NUI][API11] Make ProcessController.Initialized check as static + Initialize at Instance getter

Let we don't get the instance of ProcessController at DisposeQueue.

Since DisposeQueue could be works at worker thread, or execute before NUIApplication initialized, we need to check whether ProcessController was initialized or not.

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