fix chat
This commit is contained in:
@@ -409,6 +409,8 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
||||
_profesionalController.text =
|
||||
profesional.name.toString();
|
||||
|
||||
professionalId = profesional.id;
|
||||
|
||||
professionalUbicacion =
|
||||
profesional.ubicacion;
|
||||
|
||||
@@ -440,8 +442,6 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
professionalId = profesional.id;
|
||||
});
|
||||
}
|
||||
}
|
||||
@@ -579,7 +579,7 @@ class _ServiceScreenState extends State<ServiceScreen> {
|
||||
: professionalLongitude,
|
||||
'pendiente')
|
||||
.then((value) {
|
||||
Navigator.push(
|
||||
Navigator.pushReplacement(
|
||||
context,
|
||||
CupertinoPageRoute(
|
||||
builder: (BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user