iosでフリーズするのでtimeout追加

This commit is contained in:
harukin-expo-dev-env 2025-02-01 10:36:11 +00:00
parent cbeba9f269
commit ef16d9ed6b

View File

@ -363,7 +363,7 @@ export const EachTrainInfoCore = ({
} else { } else {
SheetManager.hide("EachTrainInfo").then(() => { SheetManager.hide("EachTrainInfo").then(() => {
//0.1秒待機してから開く //0.1秒待機してから開く
setTimeout(() => SheetManager.show("EachTrainInfo", { payload }), 2); setTimeout(() => SheetManager.show("EachTrainInfo", { payload }), 200);
}); });
} }
}; };