[TBT][Sound][NonACR][DPTTIZEN-2859,Fixed crash issue for sound tbt module]"" 89/135989/2
authorJihun Park <jihun87.park@samsung.com>
Tue, 27 Jun 2017 23:47:40 +0000 (23:47 +0000)
committerJihun Park <jihun87.park@samsung.com>
Thu, 29 Jun 2017 08:19:50 +0000 (08:19 +0000)
This reverts commit 889abbfb8e3faef66bf5ead23387cef87cc9d5d3.

Change-Id: Ia1f0461605ba24414823ddb811ba67c725b354ce

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);
                }
        }