[Model] Noblesse
[BinType] N/A
[Customer] N/A
[Issue#] FWGOVERSEA-1775
[Request] UX
[Occurrence Version] N/A
[Problem] N/A
[Cause & Measure] N/A
[Checking Method] N/A
[Team] (UIFW/EFL)
[Developer] Godly T.Alias
[Solution company] Samsung
[Change Type] New Feature
Change-Id: Id2bf699ccf6736cabdec0f62d2cae3180e348521
Signed-off-by: Godly Thekkethottiyil Alias <godly.talias@samsung.com>
if (!obj) return;
EEXT_CIRCLE_OBJECT_SCROLLER_SCROLL_IFACE_DATA_GET(obj, sid);
- Evas_Object *edje_obj = elm_layout_edje_get(obj);
if (enable)
{
- sid->is_gotop_shown = EINA_FALSE;
sid->is_gotop_enabled = EINA_TRUE;
sid->gototop_cb = func;
- if (sid->gotop_clipper) evas_object_del(sid->gotop_clipper);
- sid->gotop_clipper = NULL;
}
else
{
- if (sid->gotop_clipper) evas_object_del(sid->gotop_clipper);
- sid->gotop_clipper = NULL;
sid->is_gotop_enabled = EINA_FALSE;
sid->gototop_cb = NULL;
- sid->is_gotop_shown = EINA_FALSE;
}
+ sid->is_gotop_shown = EINA_FALSE;
}
//