|
@@ -47,6 +47,7 @@ class _SearchDeviceConnectDialog extends State<SearchDeviceConnectDialog> with S
|
|
}));
|
|
}));
|
|
|
|
|
|
addSubscription(_flutterReactiveBle.connectedDeviceStream.listen((event) {
|
|
addSubscription(_flutterReactiveBle.connectedDeviceStream.listen((event) {
|
|
|
|
+ if(_timer == null)return;
|
|
// if (event.failure != null) return;
|
|
// if (event.failure != null) return;
|
|
|
|
|
|
// print("11111111111111111111111 $event $_timer");
|
|
// print("11111111111111111111111 $event $_timer");
|