Merge commit 'd8ce2a7f8aac23e1001bbe16690d37c57d1c704f' into develop

This commit is contained in:
harukin-expo-dev-env 2024-03-13 13:44:57 +00:00
commit 1daf888795
3 changed files with 12 additions and 6 deletions

View File

@ -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" ? (
<></>
) : (
<ShortHeader

View File

@ -174,7 +174,7 @@ export default function Setting(props) {
textAlignVertical: "center",
}}
>
内部バージョン: 5.0.2.2
内部バージョン: 5.0.2.3
</Text>
<View style={{ flex: 1 }} />
</View>

View File

@ -36,7 +36,7 @@ export default function TrainBase({ route, navigation }) {
setSupportMultipleWindows={false}
onMessage={(event) => {}}
/>
{(from == "LED" || from == "AllTrainDiagramView") && (
{(from == "LED" || from == "LED2" || from == "AllTrainDiagramView") && (
<TouchableOpacity
style={{
padding: 10,