Revert "[DoNotMerge][TBT][Sound][NonACR][DPTTIZEN-2859,Fixed crash issue for sound... 88/135988/1
authorJihun Park <jihun87.park@samsung.com>
Tue, 27 Jun 2017 23:47:27 +0000 (23:47 +0000)
committerJihun Park <jihun87.park@samsung.com>
Tue, 27 Jun 2017 23:47:27 +0000 (23:47 +0000)
This reverts commit 317896c8dd11eaab5c4512712d4c28c790b67773.

Change-Id: Ibab7d83a228c4264d17bc81b986d71f9d779e6aa

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 5ec0be4a203e4318bd47316eb6e4682a093a81d7..c108ecf5bb0f4325b42edb5d39ab96b627b28e06 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 e51866436c5387ce8050651541742ab5e27cecdb..91e1325f86ba21148c41912cfb77843993c1b1c9 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 9caeb1904728c91f13422b88a39d3dc6ce0edb1a..cadeb764a1b069aceefa2d038982d82e757006ce 100644 (file)
@@ -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);
                }
        }