update lat, lng 0 y horarios
This commit is contained in:
@@ -262,7 +262,8 @@ class _UserMapScreenState extends State<UserMapScreen> {
|
||||
}));
|
||||
},
|
||||
onCameraMove: (position) {
|
||||
if (serviceLocationPreference != ServiceLocationPreferences.office) {
|
||||
if (serviceLocationPreference !=
|
||||
ServiceLocationPreferences.office) {
|
||||
coordenadas = position.target;
|
||||
}
|
||||
},
|
||||
@@ -609,8 +610,7 @@ class _UserMapScreenState extends State<UserMapScreen> {
|
||||
} else {
|
||||
context.read<ServiceBloc>().add(
|
||||
CreateService(
|
||||
professionalId: profesionalSeleccionado!
|
||||
.professionalInfo.id,
|
||||
professionalId: profesionalSeleccionado!.professionalInfo.id,
|
||||
userId: state.user!.id,
|
||||
address: _addressController.text,
|
||||
aditionalAddress: '',
|
||||
|
||||
Reference in New Issue
Block a user