[NUI] Make ProcessController.Initialized check as static + Initialize at Instance...
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 3 Jul 2024 07:47:33 +0000 (16:47 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Wed, 10 Jul 2024 09:12:11 +0000 (18:12 +0900)
commit6488adf8ecd655775d9c9a49049a800cafd19838
tree443f841d4bfd6fd41137eecbc51d4de62cb463a8
parentb5b93cac501e871783f93179c11359f244efb782
[NUI] 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