Fixed the Scoring issue
This commit is contained in:
@@ -311,6 +311,8 @@ public class Match3Exercise extends AppCompatActivity {
|
|||||||
@Override
|
@Override
|
||||||
public void onClick(View v) {
|
public void onClick(View v) {
|
||||||
buttonLabeler();
|
buttonLabeler();
|
||||||
|
score=0;
|
||||||
|
tv.setText("Score: " + score);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user