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);
|
}, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
const openStationACFromEachTrainInfo = (stationName) => {
|
const openStationACFromEachTrainInfo = async (stationName) => {
|
||||||
SheetManager.hide("EachTrainInfo");
|
await SheetManager.hide("EachTrainInfo");
|
||||||
const findStationEachLine = (selectLine) => {
|
const findStationEachLine = (selectLine) => {
|
||||||
let NearStation = selectLine.filter((d) => d.Station_JP == stationName);
|
let NearStation = selectLine.filter((d) => d.Station_JP == stationName);
|
||||||
return NearStation;
|
return NearStation;
|
||||||
|
Loading…
Reference in New Issue
Block a user