ソースを参照

调整

master
lujin 1年前
コミット
eb8b3efa55

+ 5
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/bluetooth/BluetoothDialog.java ファイルの表示

@@ -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(() -> {

読み込み中…
キャンセル
保存