[Add] End game, Restart, Final Check
This commit is contained in:
@@ -155,7 +155,7 @@ namespace Minesweeper.Presentation.Presenters
|
||||
|
||||
private void OnPauseChanged(bool isPaused)
|
||||
{
|
||||
if (isPaused)
|
||||
if (isPaused && gameStateService.Current == GameState.Playing)
|
||||
{
|
||||
view.ShowPause();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user