|
@@ -395,7 +395,7 @@ const MapScreen: React.FC<MapScreenProps> = ({ navigation }) => {
|
|
|
const bounds = turf.bbox(foundRegion);
|
|
|
const region = calculateMapRegion(bounds);
|
|
|
|
|
|
- mapRef.current?.animateToRegion(region, 1000);
|
|
|
+ zoomLevel < 7 && mapRef.current?.animateToRegion(region, 1000);
|
|
|
|
|
|
if (tableName === 'regions') {
|
|
|
await mutateUserData(
|