iosでフリーズするのでtimeout追加
This commit is contained in:
parent
cbeba9f269
commit
ef16d9ed6b
@ -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);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user