We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e31cd9 commit aa0c016Copy full SHA for aa0c016
lib/src/view/offline_computer/offline_computer_game_screen.dart
@@ -80,7 +80,7 @@ class _BodyState extends ConsumerState<_Body> {
80
}
81
82
final savedGame = await ref.read(offlineComputerGameStorageProvider).fetchGame();
83
- if (savedGame != null && savedGame.game.steps.length > 1 && !savedGame.game.finished) {
+ if (savedGame != null && savedGame.game.steps.length > 1) {
84
ref.read(offlineComputerGameControllerProvider.notifier).loadGame(savedGame);
85
} else {
86
if (!mounted) return;
0 commit comments