Fix tests
This commit is contained in:
parent
17a2e04128
commit
2c840683eb
1 changed files with 0 additions and 11 deletions
|
@ -165,7 +165,6 @@ class WatchGameActivity : AppCompatActivity(), AmbientModeSupport.AmbientCallbac
|
|||
}
|
||||
Event.Victory -> {
|
||||
status = Status.Over()
|
||||
|
||||
messageText.text = getString(R.string.victory)
|
||||
waitAndShowNewGameButton()
|
||||
}
|
||||
|
@ -179,16 +178,6 @@ class WatchGameActivity : AppCompatActivity(), AmbientModeSupport.AmbientCallbac
|
|||
waitAndShowNewGameButton()
|
||||
}
|
||||
}
|
||||
Event.ResumeVictory -> {
|
||||
status = Status.Over()
|
||||
messageText.text = getString(R.string.victory)
|
||||
waitAndShowNewGameButton(0L)
|
||||
}
|
||||
Event.ResumeGameOver -> {
|
||||
status = Status.Over()
|
||||
messageText.text = getString(R.string.game_over)
|
||||
waitAndShowNewGameButton(0L)
|
||||
}
|
||||
else -> {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue