feat: update wallet punch point and report success
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user