From 16f7d1f7ad7d416c6f739a9790e5fc336daa5bad Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Thu, 4 Jan 2024 00:46:57 +0900 Subject: [PATCH] =?UTF-8?q?iOS=E3=81=A7=E3=83=95=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=BA=E3=81=99=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E8=A9=A6=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps.js b/Apps.js index e9c6910..84c25ff 100644 --- a/Apps.js +++ b/Apps.js @@ -232,8 +232,8 @@ export default function Apps({ navigation, webview, stationData }) { }, 1); } - const openStationACFromEachTrainInfo = (stationName) => { - SheetManager.hide("EachTrainInfo"); + const openStationACFromEachTrainInfo = async (stationName) => { + await SheetManager.hide("EachTrainInfo"); const findStationEachLine = (selectLine) => { let NearStation = selectLine.filter((d) => d.Station_JP == stationName); return NearStation;