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;