Merge remote-tracking branch 'origin/development' into enhancement/46-homeview-mockdaten-entfernen
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m9s
Pull Request Pipeline / lint (pull_request) Successful in 2m11s

# Conflicts:
#	lib/presentation/views/main_menu/home_view.dart
This commit is contained in:
2025-11-23 19:04:02 +01:00
5 changed files with 12 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ class _HomeViewState extends State<HomeView> {
Future.wait([_gameCountFuture, _groupCountFuture, _recentGamesFuture]).then(
(_) async {
await Future.delayed(const Duration(milliseconds: 50));
await Future.delayed(const Duration(milliseconds: 250));
if (mounted) {
setState(() {
isLoading = false;