소스 검색

http error

kidd3166 1 년 전
부모
커밋
99297d49a3
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      lib/application.dart
  2. 1 1
      lib/provider/bluetooth.dart

+ 3 - 0
lib/application.dart

@@ -94,6 +94,9 @@ class Application {
     } catch (e) {
       print(e);
     }
+    infos.forEach((key, value) {
+      infos[key] = Uri.encodeComponent(value);
+    });
     return infos;
   }
 

+ 1 - 1
lib/provider/bluetooth.dart

@@ -259,7 +259,7 @@ class Bluetooth with InjectApi, GameLog {
         autoConnect();
       } else if (state == BleStatus.unknown) {
       } else if (state == BleStatus.poweredOff) {
-        clearDevice(deleteStep: false);
+        // clearDevice(deleteStep: false);
         // ToastUtil.show("蓝牙服务已关闭");
       } else {}
     });