From d8ce2a7f8aac23e1001bbe16690d37c57d1c704f Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Wed, 13 Mar 2024 13:26:55 +0000 Subject: [PATCH] =?UTF-8?q?5.0.2.3=20=E6=9D=A1=E4=BB=B6=E6=BC=8F=E3=82=8C?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionSheetComponents/EachTrainInfoCore.js | 14 ++++++++++---- components/settings.js | 2 +- trainbaseview.js | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index 46bf1e0..3317c65 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -206,7 +206,7 @@ export const EachTrainInfoCore = ({ }, navigate, originalStationList, - from: "NearTrainDiagramView", + from: from == "LED" ? "LED2" : "NearTrainDiagramView", }; if (setTrainInfo) { setTrainInfo(payload.data); @@ -288,17 +288,23 @@ export const EachTrainInfoCore = ({ }, }} Max_Header_Height={ - from == "AllTrainDiagramView" || from == "NearTrainDiagramView" + from == "AllTrainDiagramView" || + from == "NearTrainDiagramView" || + from == "LED2" ? 0 : 200 } Min_Header_Height={ - from == "AllTrainDiagramView" || from == "NearTrainDiagramView" + from == "AllTrainDiagramView" || + from == "NearTrainDiagramView" || + from == "LED2" ? 0 : 80 } shortHeader={ - from == "AllTrainDiagramView" || from == "NearTrainDiagramView" ? ( + from == "AllTrainDiagramView" || + from == "NearTrainDiagramView" || + from == "LED2" ? ( <> ) : ( - 内部バージョン: 5.0.2.2 + 内部バージョン: 5.0.2.3 diff --git a/trainbaseview.js b/trainbaseview.js index d5b9f1c..d024ee3 100644 --- a/trainbaseview.js +++ b/trainbaseview.js @@ -36,7 +36,7 @@ export default function TrainBase({ route, navigation }) { setSupportMultipleWindows={false} onMessage={(event) => {}} /> - {(from == "LED" || from == "AllTrainDiagramView") && ( + {(from == "LED" || from == "LED2" || from == "AllTrainDiagramView") && (