forkeado de vergnet/application-amicale
Fix game navigation issue
Fixed start game screen being replaced by end screen when exiting a runnnning game
Este commit está contenido en:
padre
05f769fe79
commit
ee9e225dae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
|
|
@ -82,7 +82,7 @@ class GameMainScreen extends React.Component<PropsType, StateType> {
|
|||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.logic.endGame(false);
|
||||
this.logic.endGame(true);
|
||||
}
|
||||
|
||||
getRightButton = (): React.Node => {
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia