This commit is contained in:
Felipe
2024-08-02 18:46:17 -05:00
parent e1717f1be7
commit 408744fcc6
7 changed files with 9 additions and 15 deletions
+1 -2
View File
@@ -262,8 +262,7 @@ class _UserMapScreenState extends State<UserMapScreen> {
}));
},
onCameraMove: (position) {
if (serviceLocationPreference !=
ServiceLocationPreferences.office) {
if (serviceLocationPreference != ServiceLocationPreferences.office) {
coordenadas = position.target;
}
},