mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-17 19:55:20 +01:00
Fix hold piece view not showing after starting new game
This commit is contained in:
parent
3cd6080177
commit
915e207aca
1 changed files with 3 additions and 0 deletions
|
@ -871,6 +871,9 @@ class MainActivity : AppCompatActivity(),
|
|||
// Show game elements
|
||||
gameView.visibility = View.VISIBLE
|
||||
binding.gameControlsContainer.visibility = View.VISIBLE
|
||||
binding.holdPieceView.visibility = View.VISIBLE
|
||||
binding.nextPieceView.visibility = View.VISIBLE
|
||||
binding.pauseButton.visibility = View.VISIBLE
|
||||
binding.gameOverContainer.visibility = View.GONE
|
||||
binding.pauseContainer.visibility = View.GONE
|
||||
titleScreen.visibility = View.GONE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue