Commit aaf9f668d5b559742ef7311d79a67c93be527da4

Authored by 权海
1 parent 55f2fa2f

feat(ui):修复报错

@@ -53,7 +53,8 @@ final class WatchConnectivityService: NSObject { @@ -53,7 +53,8 @@ final class WatchConnectivityService: NSObject {
53 return WearDeviceInfo( 53 return WearDeviceInfo(
54 deviceId: nil, 54 deviceId: nil,
55 deviceName: "Apple Watch", 55 deviceName: "Apple Watch",
56 - isConnected: isReachable && isWatchAppInstalled 56 + isReachable: isReachable,
  57 + isWatchAppInstalled: isWatchAppInstalled
57 ) 58 )
58 } 59 }
59 60