From 26111e7ce8f5b2bde8984d837145854327b88ace Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Sat, 1 Jul 2023 15:04:59 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E3=81=AE=E5=BE=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps.js | 2 +- .../ActionSheetComponents/EachTrainInfo.js | 37 ++++++++++--------- 2 files changed, 20 insertions(+), 19 deletions(-) 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} + + );