feat: update wallet punch point and report success

This commit is contained in:
2026-07-09 14:27:18 +08:00
parent 2970f1514b
commit 43e6133c21
34 changed files with 6671 additions and 71 deletions

View File

@ -186,7 +186,7 @@ final class HomeViewController: BaseViewController {
Task { await self.viewModel.manualReportLocation(api: self.homeAPI) }
}
cell.apply(
address: self.viewModel.locationInfoText,
address: HomeViewModel.locationReportPromptText,
isReporting: self.viewModel.isLocationReporting
)
return cell
@ -266,8 +266,6 @@ final class HomeViewController: BaseViewController {
applyViewModel()
await evaluateDialogsWithDelay()
await viewModel.refreshLocationInfo()
applyViewModel()
}
private func evaluateDialogsWithDelay() async {