feat: Optimize game startup

This commit is contained in:
2024-03-31 15:43:59 +08:00
parent c32de21fa1
commit 39a2a28dd1
8 changed files with 200 additions and 19 deletions

View File

@ -329,7 +329,7 @@ class HomeUIModel extends _$HomeUIModel {
showDialog(
context: context,
dismissWithEsc: false,
builder: (context) => const HomeGameLoginDialogUI());
builder: (context) => HomeGameLoginDialogUI(context));
} else {
final ok = await showConfirmDialogs(
context,