[NUI] Support RequestLayout() while main loop is in idle state
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 28 Jan 2022 09:35:09 +0000 (18:35 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Feb 2022 04:41:28 +0000 (13:41 +0900)
commit74618c08ca4f6f78590eabc08ad5000e14701b32
tree0b2c1d28e60c53e38605f2854f22a357d646d1cd
parentb70c094acc3111ed0f6c34c2c3f63f63c0563ae3
[NUI] Support RequestLayout() while main loop is in idle state

Previously, RequestLayout() was not supported if it was called while
main loop was in idle state.

Now, RequestLayout() calls Awake() to awake main loop again and Layout
can be re-calculated correctly.
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs