[TBT][Sound][NonACR][DPTTIZEN-2859,Fixed crash issue for sound tbt module] 87/136287/1
authornibha.sharma <nibha.sharma@samsung.com>
Thu, 29 Jun 2017 04:31:11 +0000 (10:01 +0530)
committernibha.sharma <nibha.sharma@samsung.com>
Thu, 29 Jun 2017 04:31:11 +0000 (10:01 +0530)
Change-Id: I19762b1d974544b592422a630bca77e8e19f759d
Signed-off-by: nibha.sharma <nibha.sharma@samsung.com>
release/binary-armv7l/org.tizen.tbtcoreapp-1.0.0-arm.tpk
release/binary-x86/org.tizen.tbtcoreapp-1.0.0-x86.tpk
tbtcoreapp/src/view/tbt-sound-view.c

index e0a5451a60a0e89deddf470e93891277ec3d6c17..c11d3a92b73ac7c30e57d5d3c127f7d626640dd3 100644 (file)
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
index 067289588e28a43c316f679fbfc49c77af16d2ea..1d4128bdf32c2df72d1b2ab465eb70f390edc31b 100644 (file)
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
index cadeb764a1b069aceefa2d038982d82e757006ce..9caeb1904728c91f13422b88a39d3dc6ce0edb1a 100644 (file)
@@ -392,6 +392,9 @@ 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);
                }
        }