浏览代码

调整

master
lujin 1年前
父节点
当前提交
eb8b3efa55

+ 5
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/bluetooth/BluetoothDialog.java 查看文件

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

正在加载...
取消
保存