Fixed the Scoring issue

This commit is contained in:
Brian Pila 2024-04-10 06:45:12 +08:00
parent cd0e6eb846
commit 0d5ed6bae4

View File

@ -311,6 +311,8 @@ public class Match3Exercise extends AppCompatActivity {
@Override
public void onClick(View v) {
buttonLabeler();
score=0;
tv.setText("Score: " + score);
}
});