From e23ee3f4150b6c3937a81d82c1fb1b6d71da321e Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 7 Jun 2024 07:29:54 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Apps.js | 10 ++++++---- components/Apps/WebView.jsx | 8 +++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/Apps.js b/components/Apps.js index 491fd25..f4a7d5f 100644 --- a/components/Apps.js +++ b/components/Apps.js @@ -139,10 +139,12 @@ export default function Apps() { {/* {Status} */} {isLandscape && trainInfo.trainNum && ( { - const { setLoadError } = loadErrorStatus; - const { setTrainInfo } = trainInfoStatus; const { webview, currentTrain } = useCurrentTrain(); const { navigate } = useNavigation(); const { favoriteStation } = useFavoriteStation(); const { isLandscape } = useDeviceOrientationChange(); + const { setSelectedLine, mapsStationData: stationData } = useTrainMenu(); var urlcache = ""; let once = false; - const { setSelectedLine, mapsStationData: stationData } = useTrainMenu(); const onNavigationStateChange = (event) => { if (event.url != urlcache) {