From 5806e2a259e03182d082fe454f4a1932ad9c5e53 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Wed, 13 Mar 2024 13:10:08 +0000 Subject: [PATCH] =?UTF-8?q?5.0.2.2=20=E3=83=88=E3=83=AC=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E3=83=93=E3=82=B8=E3=83=A7=E3=83=B3=E3=81=AE=E4=BA=88=E6=9C=9F?= =?UTF-8?q?=E3=81=97=E3=81=AA=E3=81=84=E6=8C=99=E5=8B=95=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ActionSheetComponents/EachTrainInfoCore.js | 18 +++++++++++++----- components/settings.js | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index dbf6487..46bf1e0 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -206,7 +206,7 @@ export const EachTrainInfoCore = ({ }, navigate, originalStationList, - from: "AllTrainDiagramView", + from: "NearTrainDiagramView", }; if (setTrainInfo) { setTrainInfo(payload.data); @@ -287,10 +287,18 @@ export const EachTrainInfoCore = ({ maxHeight: isLandscape ? height - 94 : (height / 100) * 70, }, }} - Max_Header_Height={from == "AllTrainDiagramView" ? 0 : 200} - Min_Header_Height={from == "AllTrainDiagramView" ? 0 : 80} + Max_Header_Height={ + from == "AllTrainDiagramView" || from == "NearTrainDiagramView" + ? 0 + : 200 + } + Min_Header_Height={ + from == "AllTrainDiagramView" || from == "NearTrainDiagramView" + ? 0 + : 80 + } shortHeader={ - from == "AllTrainDiagramView" ? ( + from == "AllTrainDiagramView" || from == "NearTrainDiagramView" ? ( <> ) : ( ) : ( - 内部バージョン: 5.0.2.1 + 内部バージョン: 5.0.2.2