[NUI] Fix Linear Layouter crash and update issue
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Fri, 14 Oct 2022 09:30:44 +0000 (18:30 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 10 Nov 2022 01:25:11 +0000 (10:25 +0900)
commit400a984e50eeb3ace75f6da3fd7d63464f669237
tree76a974b4dc28bf0c0f5b4bb40f1c1c4783ff162e
parent42dffeb14c54c7d72b03a82cb9d2b4725e876b30
[NUI] Fix Linear Layouter crash and update issue

1. Linear Layouter get crashed when group has no children.
2. Linear, Grid Layouter update is not working well because delayed
update timer is not started.
3. remmove spaces.
src/Tizen.NUI.Components/Controls/RecyclerView/Layouter/GridLayouter.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Layouter/LinearLayouter.cs