iosで表示されないバグを修正
This commit is contained in:
@@ -275,7 +275,7 @@ export const EachTrainInfoCore = ({
|
||||
scrollViewProps={scrollHandlers}
|
||||
containerProps={{
|
||||
style: {
|
||||
maxHeight: isLandscape ? height - 94 : heightPercentageToDP("70%"),
|
||||
maxHeight: isLandscape ? height - 94 : (height / 100) * 70,
|
||||
},
|
||||
}}
|
||||
Max_Header_Height={from == "AllTrainDiagramView" ? 0 : 200}
|
||||
|
Reference in New Issue
Block a user