summaryrefslogtreecommitdiffstats
path: root/app/MediaPlayer.qml
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2017-12-03 23:15:29 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2017-12-06 06:21:36 +0000
commit8a02e0caa4f39c92db8557872750bf47db86f40a (patch)
tree861d9f258571e5dea6189a53d18dcd43bd3906fe /app/MediaPlayer.qml
parentdd0672dd6d1553281af72447f4ca887da405139c (diff)
mediaplayer: qml: fix issue with bluetooth iconeel_4.99.4eel/4.99.44.99.4
Bluetooth icon wasn't visible on connections that were started before Mediaplayer application UI was loaded. Bug-AGL: SPEC-1158 Change-Id: Iafd890968300cc5cf8ee779513a572314c189a2a Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/MediaPlayer.qml')
-rw-r--r--app/MediaPlayer.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/MediaPlayer.qml b/app/MediaPlayer.qml
index a297162..1c7c5a8 100644
--- a/app/MediaPlayer.qml
+++ b/app/MediaPlayer.qml
@@ -41,7 +41,6 @@ ApplicationWindow {
repeat: true
onTriggered: {
bluetooth.position = bluetooth.position + 250
- slider.value = bluetooth.position
}
}