[DoNotMerge][TBT][Sound][NonACR][DPTTIZEN-2859,Fixed crash issue for sound tbt module] 38/135938/2
authornibha.sharma <nibha.sharma@samsung.com>
Tue, 27 Jun 2017 11:08:25 +0000 (16:38 +0530)
committerNibha Sharma <nibha.sharma@samsung.com>
Tue, 27 Jun 2017 11:21:42 +0000 (11:21 +0000)
Change-Id: Ic11af0ac89ae1dd823b44ec5592b388f14b0ab61
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 c108ecf5bb0f4325b42edb5d39ab96b627b28e06..5ec0be4a203e4318bd47316eb6e4682a093a81d7 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 91e1325f86ba21148c41912cfb77843993c1b1c9..e51866436c5387ce8050651541742ab5e27cecdb 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);
                }
        }