qml: bluetooth: don't display icon unless connection 51/10051/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 6 Jul 2017 05:31:11 +0000 (22:31 -0700)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 6 Jul 2017 05:31:26 +0000 (22:31 -0700)
Don't display the bluetooth ToggleButton unless there is a valid
avrcp/a2dp connection.

Bug-AGL: SPEC-730
Change-Id: Ifd68fd1380bef5a471aafb7687c0cefe62b68e6f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
app/MediaPlayer.qml

index d37e097..482b30d 100644 (file)
@@ -225,7 +225,7 @@ ApplicationWindow {
                         Item { Layout.fillWidth: true }
  
                         ToggleButton {
-                              enabled: bluetooth.connected
+                              visible: bluetooth.connected
                               checked: bluetooth.av_connected
                               offImage: './images/AGL_MediaPlayer_Bluetooth_Inactive.svg'
                               onImage: './images/AGL_MediaPlayer_Bluetooth_Active.svg'