genlist : fixing wrong item realize bug when block is changed
authorSangHyeon Lee <sh10233.lee@samsung.com>
Wed, 4 Jan 2017 05:32:11 +0000 (14:32 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Wed, 4 Jan 2017 05:32:14 +0000 (14:32 +0900)
commit7b6cd2862da1d677fdcc6fb231bb3c07e1f641cb
tree36c8fc72122beeb7afb33941ffb98730440112b1
parent3d13678450b7dc60b4f2dcc625cadd31b40ddef3
genlist : fixing wrong item realize bug when block is changed

Summary :
If current realized item is changed to another block which
was unrealized, item still stay in realized states because
new block is unrealized.
so when adding item to new block, adding realized state check
to change block realized state correctly.

Test Plan :
The issue is happen in eflete edc group list view.
when you expand and contract the tree view, if child is
bigger then block size, items under the current tree still
floating on the child items.

Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
src/lib/elementary/elm_genlist.c