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