From 1179e4a66f328c0379b21845c34e2d47d8eb5795 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 19 Feb 2026 09:28:48 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E7=8F=BE=E5=9C=A8=E5=9C=B0=E3=81=AB?= =?UTF-8?q?=E6=88=BB=E3=82=8B=E3=80=8D=E3=82=92=E3=80=8C=E5=85=A8=E4=BD=93?= =?UTF-8?q?=E3=82=92=E8=A1=A8=E7=A4=BA=E3=80=8D=E3=81=AB=E6=96=87=E8=A8=80?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://claude.ai/code/session_01KxCwtnzufNf2yMAHPNFMkN --- app/(tabs)/map.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(tabs)/map.tsx b/app/(tabs)/map.tsx index ada35f7..efeb638 100644 --- a/app/(tabs)/map.tsx +++ b/app/(tabs)/map.tsx @@ -156,7 +156,7 @@ export default function MapScreen() { } }, []); - // 現在地に戻るボタン + // 全体を表示ボタン const handleReturnToCurrentLocation = useCallback(() => { if (!mapRef.current) return; if (Platform.OS !== "web") { @@ -551,7 +551,7 @@ export default function MapScreen() { onPress={handleReturnToCurrentLocation} activeOpacity={0.8} > - 現在地に戻る + 全体を表示 )}