Showing
1 changed file
with
0 additions
and
8 deletions
| @@ -185,14 +185,6 @@ final class PlatformHostApiImpl: PlatformHostApi { | @@ -185,14 +185,6 @@ final class PlatformHostApiImpl: PlatformHostApi { | ||
| 185 | func refreshWatchAppAndWidgets() throws { | 185 | func refreshWatchAppAndWidgets() throws { |
| 186 | _ = WatchConnectivityService.shared.sendCommandMessage(AppGroupMessageKey.reloadAll) | 186 | _ = WatchConnectivityService.shared.sendCommandMessage(AppGroupMessageKey.reloadAll) |
| 187 | } | 187 | } |
| 188 | - // 设置/移除 好友显示到表盘 | ||
| 189 | - func updateWatchOtherUserInfo(otherInfo: WatchAppOtherInfo?) throws { | ||
| 190 | - do{ | ||
| 191 | - try refreshWatchAppAndWidgets() | ||
| 192 | - }catch{ | ||
| 193 | - | ||
| 194 | - } | ||
| 195 | - } | ||
| 196 | 188 | ||
| 197 | func performRestore(completion: @escaping (Result<Bool, any Error>) -> Void) { | 189 | func performRestore(completion: @escaping (Result<Bool, any Error>) -> Void) { |
| 198 | Task{ | 190 | Task{ |
-
Please register or login to post a comment