将所有设备修改为在线,后期需要调整回来!!!!!

This commit is contained in:
2025-07-11 22:48:07 +08:00
parent fc0f5b9cad
commit ad2cca5ec9
2 changed files with 4 additions and 2 deletions

View File

@ -900,6 +900,9 @@ class HomeActivity : BaseActivity(), EasyPermissions.PermissionCallbacks {
} }
} }
} }
// sjf 20250711
it.isOnline=true
if(it.isBind) { if(it.isBind) {
if (it.isOnline) { if (it.isOnline) {
online++ online++

View File

@ -437,7 +437,6 @@ object ToolUtil {
var model = BlueToothUtils.instance!!.getBlueToothDataModel(mac) var model = BlueToothUtils.instance!!.getBlueToothDataModel(mac)
isOnLine = model.onLine isOnLine = model.onLine
} }
return isOnLine return isOnLine
} }