[TBT][Autofill][NonACR][Added a padding as last item as due to EFL changes last item... 27/211627/2
authorPriya Kohli <priya.kohli@samsung.com>
Wed, 7 Aug 2019 08:59:23 +0000 (14:29 +0530)
committershobhit verma <shobhit.v@samsung.com>
Wed, 7 Aug 2019 09:29:56 +0000 (09:29 +0000)
Change-Id: Ica15a66b118488d5eb0bb2a6eeace0ee82bf38ec
Signed-off-by: Priya Kohli <priya.kohli@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-genlist-view.c

index 034b274e1535dc7ce7c57e28bc13738c8fb23ea6..97ff1ad7e123e68b526a0637ea824f5e5fba0dd5 100755 (executable)
Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ
index 89d2ba36de1b45d6b861f51124499309c4b82962..e995c33233c606f022da7fc8c2e796ef14e5e723 100755 (executable)
Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ
index 1308dd07e3eb8ff0aeb0f2ce446c9c4be975266a..9acf6975fd512aef892a4f243cf936bb51c3be3e 100644 (file)
@@ -271,6 +271,9 @@ static void tbt_genlist_view_fill(genlist_view *view)
                index --;
                item --;
        }
+
+       elm_genlist_item_append(view->genlist, gitc, NULL, NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL);
+
        elm_genlist_item_class_free(gitc);
        elm_genlist_item_class_free(itc);