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