rozštěpen z vergnet/application-amicale
Fix game navigation issue
Fixed start game screen being replaced by end screen when exiting a runnnning game
Tento commit je obsažen v:
rodič
05f769fe79
revize
ee9e225dae
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
|
@ -82,7 +82,7 @@ class GameMainScreen extends React.Component<PropsType, StateType> {
|
|||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.logic.endGame(false);
|
||||
this.logic.endGame(true);
|
||||
}
|
||||
|
||||
getRightButton = (): React.Node => {
|
||||
|
|
Načítání…
Odkázat v novém problému