diff --git a/components/ActionSheetComponents/EachTrainInfoCore.js b/components/ActionSheetComponents/EachTrainInfoCore.js index ef6b5ec..d003871 100644 --- a/components/ActionSheetComponents/EachTrainInfoCore.js +++ b/components/ActionSheetComponents/EachTrainInfoCore.js @@ -363,7 +363,7 @@ export const EachTrainInfoCore = ({ } else { SheetManager.hide("EachTrainInfo").then(() => { //0.1秒待機してから開く - setTimeout(() => SheetManager.show("EachTrainInfo", { payload }), 2); + setTimeout(() => SheetManager.show("EachTrainInfo", { payload }), 200); }); } };