dart: fix

This commit is contained in:
2025-08-15 22:52:13 +08:00
parent 44bf771f4c
commit 99104527d4
30 changed files with 57 additions and 56 deletions

View File

@@ -90,7 +90,7 @@ class SplashUI extends HookConsumerWidget {
context.go("/index");
}
_showAlert(BuildContext context, Box<dynamic> appConf) async {
Future<void> _showAlert(BuildContext context, Box<dynamic> appConf) async {
final userOk = await showConfirmDialogs(
context,
S.current.app_splash_dialog_u_a_p_p,