Commit aaf9f668d5b559742ef7311d79a67c93be527da4

Authored by 权海
1 parent 55f2fa2f

feat(ui):修复报错

... ... @@ -53,7 +53,8 @@ final class WatchConnectivityService: NSObject {
return WearDeviceInfo(
deviceId: nil,
deviceName: "Apple Watch",
isConnected: isReachable && isWatchAppInstalled
isReachable: isReachable,
isWatchAppInstalled: isWatchAppInstalled
)
}
... ...