Commit 8c1cf5276132d0b327ab0444a71e94271220b4dd

Authored by 权海
1 parent 45159828

feat(ui):移除无用的api

@@ -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{