Adjusted constant name

This commit is contained in:
2026-01-16 21:41:42 +01:00
parent 1b709707b5
commit b7930d5e2e
6 changed files with 6 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ class _MatchViewState extends State<MatchView> {
void loadGames() {
Future.wait([
db.matchDao.getAllMatches(),
Future.delayed(Constants.minimumSkeletonDuration),
Future.delayed(Constants.MINIMUM_SKELETON_DURATION),
]).then((results) {
if (mounted) {
setState(() {