Change-Id: Ic11af0ac89ae1dd823b44ec5592b388f14b0ab61
Signed-off-by: nibha.sharma <nibha.sharma@samsung.com>
}
if(((get_device_type() == DEVICE_WEARABLE_216_432)||(get_device_type() == DEVICE_WEARABLE_360_360)) && this->view->tbt_info->apptype == TBT_APP_SOUND_VOLUME){
+ if (this->progressbar_timer)
+ ecore_timer_del(this->progressbar_timer);
+ else
this->progressbar_timer = ecore_timer_add(0.1, __progressbar_timer_cb, this);
}
}