Procházet zdrojové kódy

animation small fix

Viktoriia před 1 rokem
rodič
revize
8e4ba5a197
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/screens/InAppScreens/MapScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/MapScreen/index.tsx

@@ -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(