Commit 8c1cf5276132d0b327ab0444a71e94271220b4dd

Authored by 权海
1 parent 45159828

feat(ui):移除无用的api

... ... @@ -185,14 +185,6 @@ final class PlatformHostApiImpl: PlatformHostApi {
func refreshWatchAppAndWidgets() throws {
_ = WatchConnectivityService.shared.sendCommandMessage(AppGroupMessageKey.reloadAll)
}
// 设置/移除 好友显示到表盘
func updateWatchOtherUserInfo(otherInfo: WatchAppOtherInfo?) throws {
do{
try refreshWatchAppAndWidgets()
}catch{
}
}
func performRestore(completion: @escaping (Result<Bool, any Error>) -> Void) {
Task{
... ...