[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>
Wed, 2 Nov 2022 09:06:47 +0000 (18:06 +0900)
commit7edc28023a0efec248a8105af23e195556654778
treea3ddc97bdeb1e337379bea6c5043eb9b07f1d668
parentc82db4df0cf36f307b4345c9ef4dca516502e870
[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