Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment