diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index 8df6e43..bd4d321 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -217,7 +217,7 @@ export const EachTrainInfoCore = ({ //0.1秒待機してから開く setTimeout(() => { SheetManager.show("EachTrainInfo", { payload }); - }, 1); + }, 2); }); } }; diff --git a/components/settings.js b/components/settings.js index 9373ec3..aae81ac 100644 --- a/components/settings.js +++ b/components/settings.js @@ -170,7 +170,7 @@ export default function Setting(props) { textAlignVertical: "center", }} > - 内部バージョン: 4.6.4 + 内部バージョン: 5.0