From 80d0ce21a9f20c94c8152b6aaa3894c2fb5dd204 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Tue, 22 Nov 2022 14:41:27 +0900 Subject: [PATCH] =?UTF-8?q?=E9=80=B2=E8=A1=8C=E4=B8=8D=E8=83=BD=E3=83=90?= =?UTF-8?q?=E3=82=B0=E3=81=AE=E8=A7=A3=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/settings.js | 2 +- components/駅名表/Sign.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/settings.js b/components/settings.js index 0da7e66..6680fa0 100644 --- a/components/settings.js +++ b/components/settings.js @@ -102,7 +102,7 @@ export default function Setting(props) { textAlignVertical: "center", }} > - 内部バージョン: 4.4.2.1 + 内部バージョン: 4.4.2.2 diff --git a/components/駅名表/Sign.js b/components/駅名表/Sign.js index 4517c54..626c7fa 100644 --- a/components/駅名表/Sign.js +++ b/components/駅名表/Sign.js @@ -44,6 +44,7 @@ export default function Sign(props) { }; const [nexPrePosition, setNexPrePosition] = useState(0); useInterval(() => { + if (currentStation.length == 1) return; LayoutAnimation.easeInEaseOut(); setNexPrePosition( nexPrePosition + 1 == currentStation.length ? 0 : nexPrePosition + 1 @@ -122,6 +123,7 @@ const StationNumberMaker = (props) => { .filter((d) => (d.StationNumber ? true : false)) .map((d, index, array) => (