From: Jihun Park Date: Tue, 27 Jun 2017 23:47:27 +0000 (+0000) Subject: Revert "[DoNotMerge][TBT][Sound][NonACR][DPTTIZEN-2859,Fixed crash issue for sound... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=889abbfb8e3faef66bf5ead23387cef87cc9d5d3;p=test%2Ftct%2Fnative%2Fbehavior.git Revert "[DoNotMerge][TBT][Sound][NonACR][DPTTIZEN-2859,Fixed crash issue for sound tbt module]" This reverts commit 317896c8dd11eaab5c4512712d4c28c790b67773. Change-Id: Ibab7d83a228c4264d17bc81b986d71f9d779e6aa --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk index 5ec0be4..c108ecf 100644 Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk index e518664..91e1325 100644 Binary files a/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk differ diff --git a/tbtcoreapp/src/view/tbt-sound-view.c b/tbtcoreapp/src/view/tbt-sound-view.c index 9caeb19..cadeb76 100644 --- a/tbtcoreapp/src/view/tbt-sound-view.c +++ b/tbtcoreapp/src/view/tbt-sound-view.c @@ -392,9 +392,6 @@ static void start_player(sound_view *this) } 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); } }