genlist: missing scrollto_bottom condition in item_scroll is fixed. 05/189405/3
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Mon, 17 Sep 2018 10:48:12 +0000 (19:48 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 18 Sep 2018 10:53:51 +0000 (10:53 +0000)
commit2a778c8f51e52a812d59b3a6676b13d4b1dc3627
treebefce6eccfa6a4ab4f88935d96ad1360ed192fb6
parent0c735d0339cd8e27dc75287d827e29290dc34f63
genlist: missing scrollto_bottom condition in item_scroll is fixed.

ELM_GENLIST_ITEM_SCROLLTO_BOTTOM condition is considered in coordinate_calc,
but not considered in item_scroll which calls deferred for item calculation.
so put the proper condition for ELM_GENLIST_ITEM_SCROLLTO_BOTTOM in item scroll.

this is port of upstream patch D7035

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