feat: 多模块功能更新 - 文件传输/多语言/NFC/首页组件/进度美化等
- 文件传输: 设备发现、LAN发现服务优化 - NFC分享: provider和service增强 - 多语言: 16种语言翻译补全 - 首页: 句子详情面板、收藏页、离线页优化 - 我的: 成就、个人资料、签到、设置页面更新 - 新增: AR视图、进度美化页、Hive安全访问、鸿蒙兼容助手、共享组件 - iOS Widget: Intents扩展、XianyanWidget更新 - 鸿蒙: 6个卡片页面更新 - 其他: 路由注册、缓存配置、崩溃监控、TTS播放器等
This commit is contained in:
@@ -28,7 +28,7 @@ class QrcodeWsService {
|
||||
|
||||
String? _subscribedCode;
|
||||
QrcodeStatusCallback? _onStatusUpdate;
|
||||
StreamSubscription? _subscription;
|
||||
StreamSubscription<dynamic>? _subscription;
|
||||
|
||||
bool get isConnected => _isConnected;
|
||||
|
||||
@@ -62,7 +62,7 @@ class QrcodeWsService {
|
||||
Log.w('QrcodeWsService: 连接关闭');
|
||||
_scheduleReconnect();
|
||||
},
|
||||
onError: (e) {
|
||||
onError: (Object? e) {
|
||||
_isConnected = false;
|
||||
Log.e('QrcodeWsService: 连接错误 $e');
|
||||
_scheduleReconnect();
|
||||
|
||||
Reference in New Issue
Block a user