Parcourir la source

Merge branch 'master' of http://192.168.40.220/dmc/jz_app into master

master
wq il y a 1 an
Parent
révision
9c7c9fd6bf

+ 5
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/bluetooth/BluetoothDialog.java Voir le fichier

@@ -292,7 +292,11 @@ public class BluetoothDialog {
// mBackgroundHandler.post(new Runnable() {
// @Override
// public void run() {
connectDevice(plkCallBack, list.get(position));
if (list.size()>0){
connectDevice(plkCallBack, list.get(position));
}else {
toast("未获取到设备,请重新配对");
}
// }
// });
// new Thread(() -> {

Chargement…
Annuler
Enregistrer