Change-Id: I19762b1d974544b592422a630bca77e8e19f759d
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);
}
}