iOSでフリーズするバグを修正試行
This commit is contained in:
parent
0f0d69b22d
commit
16f7d1f7ad
4
Apps.js
4
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;
|
||||
|
Loading…
Reference in New Issue
Block a user