バージョン番号書き換え、表示タイミングが遅いバグを修正
This commit is contained in:
parent
f34d342364
commit
7a9d30b128
@ -217,7 +217,7 @@ export const EachTrainInfoCore = ({
|
|||||||
//0.1秒待機してから開く
|
//0.1秒待機してから開く
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
SheetManager.show("EachTrainInfo", { payload });
|
SheetManager.show("EachTrainInfo", { payload });
|
||||||
}, 1);
|
}, 2);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -170,7 +170,7 @@ export default function Setting(props) {
|
|||||||
textAlignVertical: "center",
|
textAlignVertical: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
内部バージョン: 4.6.4
|
内部バージョン: 5.0
|
||||||
</Text>
|
</Text>
|
||||||
<View style={{ flex: 1 }} />
|
<View style={{ flex: 1 }} />
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
Reference in New Issue
Block a user