Updated constant names
This commit is contained in:
@@ -472,7 +472,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
|
||||
if (round != null && round >= 0) {
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) async {
|
||||
await Future.delayed(
|
||||
const Duration(milliseconds: Constants.roundViewDelay));
|
||||
const Duration(milliseconds: Constants.kRoundViewDelay));
|
||||
if (context.mounted) {
|
||||
_openRoundView(context, round);
|
||||
}
|
||||
@@ -488,7 +488,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
|
||||
|
||||
confettiController.play();
|
||||
|
||||
await Future.delayed(const Duration(milliseconds: Constants.popUpDelay));
|
||||
await Future.delayed(const Duration(milliseconds: Constants.kPopUpDelay));
|
||||
|
||||
if (context.mounted) {
|
||||
showCupertinoDialog(
|
||||
|
||||
Reference in New Issue
Block a user