summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/bluetooth/Bluetooth.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/bluetooth/Bluetooth.qml b/app/bluetooth/Bluetooth.qml
index 3a65725..7a63e84 100644
--- a/app/bluetooth/Bluetooth.qml
+++ b/app/bluetooth/Bluetooth.qml
@@ -385,7 +385,6 @@ SettingPage {
})
pairedDeviceCount = pairedDeviceCount + 1
btDeviceList.remove(i, 1)
- btDeviceList.layoutChanged()
}
else{
text=deviceConnectionAttribute(data)
@@ -393,8 +392,6 @@ SettingPage {
textToShow: " " + text
})
- btDeviceList.layoutChanged()
-
btDeviceList.get(i).deviceConnect = data.Connected
console.log(data.Connected)
}
@@ -408,8 +405,6 @@ SettingPage {
text=deviceConnectionAttribute(data)
pairedDeviceList.set(i, { textToShow: " " + text })
- pairedDeviceList.layoutChanged()
-
pairedDeviceList.get(i).deviceConnect = data.Connected
}
}