Require Google place for voice reviews
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 1m49s
All checks were successful
Build and deploy Flutter Web / build (push) Successful in 1m49s
This commit is contained in:
@@ -869,7 +869,7 @@ class _AddExperienceFlowState extends ConsumerState<AddExperienceFlow> {
|
||||
}
|
||||
setState(() => _submitting = true);
|
||||
controller.setReviewPlace(selectedPlace.name);
|
||||
await controller.publishReview(coordinate: selectedPlace.coordinate);
|
||||
await controller.publishReview(place: selectedPlace);
|
||||
if (!context.mounted) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user