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

@@ -195,7 +195,7 @@ class _HomeViewState extends State<HomeView> {
db.matchDao.getMatchCount(),
db.groupDao.getGroupCount(),
db.matchDao.getAllMatches(),
Future.delayed(Constants.minimumSkeletonDuration),
Future.delayed(Constants.MINIMUM_SKELETON_DURATION),
]).then((results) {
matchCount = results[0] as int;
groupCount = results[1] as int;