From 16f7d1f7ad7d416c6f739a9790e5fc336daa5bad Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Thu, 4 Jan 2024 00:46:57 +0900 Subject: [PATCH 1/3] =?UTF-8?q?iOS=E3=81=A7=E3=83=95=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=BA=E3=81=99=E3=82=8B=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E8=A9=A6=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps.js b/Apps.js index e9c6910..84c25ff 100644 --- a/Apps.js +++ b/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; From 0753bf7023e7e13f6d62c825cb506a6aaaf5ca62 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Thu, 4 Jan 2024 00:47:33 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Android=E3=81=A7=E3=83=A1=E3=83=8B=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=81=AE=E7=9C=8B=E6=9D=BF=E4=B8=80=E8=A6=A7=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84=E3=83=90=E3=82=B0?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=A9=A6=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- menu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu.js b/menu.js index 108fa29..8bc116a 100644 --- a/menu.js +++ b/menu.js @@ -1,4 +1,4 @@ -import React, { useRef, useState, useEffect } from "react"; +import React, { useRef, useState, useEffect, useLayoutEffect } from "react"; import Carousel from "react-native-snap-carousel"; import { Platform, @@ -101,7 +101,7 @@ export default function Menu(props) { const [currentStation, setCurrentStation] = useState(undefined); //第三要素 const [originalStationList, setOriginalStationList] = useState(); // 第一要素 - useEffect(() => getStationList().then(setOriginalStationList), []); + useLayoutEffect(() => getStationList().then(setOriginalStationList), []); const carouselRef = useRef(); const [selectedCurrentStation, setSelectedCurrentStation] = useState(0); From 0e06b6636862fa4728d36bb9b934490087cadf02 Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Thu, 4 Jan 2024 00:47:41 +0900 Subject: [PATCH 3/3] 4.6.3 --- components/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/settings.js b/components/settings.js index 72bca39..a54e633 100644 --- a/components/settings.js +++ b/components/settings.js @@ -165,7 +165,7 @@ export default function Setting(props) { textAlignVertical: "center", }} > - 内部バージョン: 4.6.2 + 内部バージョン: 4.6.3