DIT112-V20 / group-06

MIT License
1 stars 6 forks source link

Fix home screen button bugs #75

Closed JenniNord closed 4 years ago

JenniNord commented 4 years ago

Fixed bugs related to the home button. Had to change startDancing() and stopDancing() so that they will get the button before setting it to clickable or not. Also created an isDancing variable that will be true if the car is dancing and false if it is not. Clicking on the home button will also send a stop request to the car so it stops dancing.

Resolves #64