From 3eb92564ef7c4d1c8b1c99b28d7d473f5f62f691 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sat, 29 Mar 2025 15:00:42 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=AE=B6=E3=83=A1=E3=83=8B=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=81=A7=E4=BA=88=E6=9C=9F=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=9F=E3=83=B3=E3=82=B0=E3=81=A7=E3=83=A1?= =?UTF-8?q?=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=8C=E8=A1=A8=E7=A4=BA=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F=E3=83=90=E3=82=B0=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Top.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Top.js b/Top.js index f2d6877..fd155fa 100644 --- a/Top.js +++ b/Top.js @@ -41,7 +41,7 @@ export const Top = () => { if (!isFocused()) { navigate("positions", { screen: "Apps" }); } - if (mapSwitch == "true") { + else if (mapSwitch == "true") { navigate("positions", { screen: "trainMenu" }); } else { webview.current?.injectJavaScript(`AccordionClassEvent()`);