[NUI] Fix not to dispose LayoutManager in FlexibleView (#1763)
authorjaehyun0cho <jaehyun0cho@gmail.com>
Mon, 29 Jun 2020 11:46:57 +0000 (20:46 +0900)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 11:46:57 +0000 (20:46 +0900)
commitcb8eba6ea4f938906dd58ff12223618ef0318512
tree08a0ef7ff6b954064cedc7388bf11b40098abe05
parent525a881eca526fa338373c0cfe32c5a22d532ec8
[NUI] Fix not to dispose LayoutManager in FlexibleView (#1763)

Since LayoutManager handle mLayout is not constructed by FlexibleView,
mLayout is not disposed but its member handles are cleared.

Co-authored-by: Jaehyun Cho <jae_hyun.cho@samsung.com>
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleViewLayoutManager.cs