You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When klicking on the first of the two tiles that just have been opened it is hidden but the programm thinks it's selected.
Source: "memory.java" onPosition() case 2 does call unselect but the selection is done before the switch case block. To fix this I believe you simply need to move the "tile.select();" statement to after the switch case block, just near "mSelectedCount++;".
I have just created a branch and pull-request.
The text was updated successfully, but these errors were encountered:
When klicking on the first of the two tiles that just have been opened it is hidden but the programm thinks it's selected.
Source: "memory.java" onPosition() case 2 does call unselect but the selection is done before the switch case block. To fix this I believe you simply need to move the "tile.select();" statement to after the switch case block, just near "mSelectedCount++;".
I have just created a branch and pull-request.
The text was updated successfully, but these errors were encountered: