Genlist: Index show is to be shown regardless of scroller policy submit/tizen/20200423.214459 submit/tizen/20200424.020557 submit/tizen/20200426.100825 submit/tizen/20200426.222620
authorGodly <godly.talias@samsung.com>
Wed, 22 Apr 2020 15:59:05 +0000 (21:29 +0530)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 23 Apr 2020 21:19:23 +0000 (06:19 +0900)
Change-Id: I04f9fc582fd91e15137cc658a5e8be531a81f2d4
Signed-off-by: Godly <godly.talias@samsung.com>
src/wearable/circle/efl_extension_circle_object_genlist.c

index cdc4239ecefbff5e9a017068dd58f7f3705dadc2..e10cada9fea09a09d32f916981b61c616b5bc0a2 100644 (file)
@@ -1261,16 +1261,16 @@ _eext_circle_object_genlist_scroll_cb(void *data,
 
    EEXT_CIRCLE_OBJECT_GENLIST_DATA_GET(circle_obj, widget_data) return;
 
-   if (widget_data->policy_v == ELM_SCROLLER_POLICY_OFF) return;
-
-   if (widget_data->scrollbar_first_shown)
-     _eext_circle_object_genlist_scrollbar_show(circle_obj);
    //ONEUI1.5(19Jun2019): Enable sw/hw bezel
    if (!eext_rotary_event_is_enabled())
      {
         if (widget_data->index_shown_anim)
           _eext_circle_object_genlist_index_show(circle_obj);
      }
+   if (widget_data->policy_v == ELM_SCROLLER_POLICY_OFF) return;
+
+   if (widget_data->scrollbar_first_shown)
+     _eext_circle_object_genlist_scrollbar_show(circle_obj);
 }
 
 static void