Merge commit 'f2aed4b945d3e86381ebb964787fcb5aff35fdbd' into develop
This commit is contained in:
commit
671e644348
2
Apps.js
2
Apps.js
@ -363,7 +363,7 @@ const NewMenu = ({ webview, LoadError }) => {
|
||||
<View
|
||||
style={{
|
||||
position: "absolute",
|
||||
top: 0,
|
||||
top: Platform.OS == "ios" ? Constants.statusBarHeight : 0,
|
||||
width: width,
|
||||
height: 54,
|
||||
backgroundColor: "#0099CC",
|
||||
|
@ -174,7 +174,7 @@ export default function Setting(props) {
|
||||
textAlignVertical: "center",
|
||||
}}
|
||||
>
|
||||
内部バージョン: 5.0.2
|
||||
内部バージョン: 5.0.2.1
|
||||
</Text>
|
||||
<View style={{ flex: 1 }} />
|
||||
</View>
|
||||
|
Loading…
Reference in New Issue
Block a user