diff --git a/Apps.js b/Apps.js index c76a5f1..2d454b3 100644 --- a/Apps.js +++ b/Apps.js @@ -213,7 +213,7 @@ export default function Apps({ }, []); if (returnDataBase.length) { setStationBoardData(returnDataBase); - sleep(30, function () { + sleep(25, function () { StationBoardAcSR.current?.show(); }); } else { diff --git a/components/ActionSheetComponents/EachTrainInfo.js b/components/ActionSheetComponents/EachTrainInfo.js index d58f4dc..6a2331c 100644 --- a/components/ActionSheetComponents/EachTrainInfo.js +++ b/components/ActionSheetComponents/EachTrainInfo.js @@ -180,23 +180,14 @@ export const EachTrainInfo = ({ onPress={() => openStationACFromEachTrainInfo(station)} key={station} > - + {colorIDs.map((color, index) => ( @@ -232,11 +223,21 @@ export const EachTrainInfo = ({ ))} - {station} - - - {time} {se} - + + {station} + + + {time} {se} + + );