Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimima committed Nov 14, 2024
1 parent f8edc90 commit f54c9ed
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/src/view/game/game_result_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,21 +100,6 @@ class _GameEndDialogState extends ConsumerState<GameResultDialog> {
padding: const EdgeInsets.only(bottom: 16.0),
child: GameResult(game: gameState.game),
),
if (currentGameAnalysis == gameState.game.id)
const Padding(
padding: EdgeInsets.only(bottom: 16.0),
child: WaitingForServerAnalysis(),
),
if (gameState.game.evals != null)
Padding(
padding: const EdgeInsets.only(bottom: 8.0),
child: _AcplChart(evals: gameState.game.evals!),
),
if (gameState.game.white.analysis != null)
Padding(
padding: const EdgeInsets.only(bottom: 16.0),
child: PlayerSummary(game: gameState.game),
),
AnimatedContainer(
duration: const Duration(milliseconds: 400),
onEnd: () {
Expand Down

0 comments on commit f54c9ed

Please sign in to comment.