|
|
|
@ -148,7 +148,7 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> { |
|
|
|
|
|
|
|
await Future.delayed(const Duration(seconds: 1)); |
|
|
|
if (scrollController.hasClients) { |
|
|
|
if(currentLevel < 9){ |
|
|
|
if(currentLevel > 14){ |
|
|
|
scrollController.animateTo( |
|
|
|
scrollController.position.maxScrollExtent, |
|
|
|
duration: const Duration(milliseconds: 500), // Note: 500 seconds is very long. |
|
|
|
|