Genlist: Fix the view clear params
authorgodlytalias14573465 <godly.talias@samsung.com>
Tue, 21 Apr 2020 12:33:47 +0000 (18:03 +0530)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 5 May 2020 23:37:38 +0000 (08:37 +0900)
Change-Id: I599c20b7457ef19dd67a6440760b5b118b08312b
Signed-off-by: godlytalias14573465 <godly.talias@samsung.com>
src/lib/elementary_tizen/elm_genlist.c

index 4efc524..d6ceacb 100644 (file)
@@ -6872,7 +6872,7 @@ _item_update(Elm_Gen_Item *it)
    if (!it->realized) return;
 
    //TIZEN_ONLY(21Apr2020): Avoid doing content deletion during item update
-   _view_clear(VIEW(it), NULL, it);
+   _view_clear(VIEW(it), NULL);
    //
    EINA_LIST_FREE(GL_IT(it)->flip_content_objs, c)
      evas_object_del(c);