Correction temporaire pour un fichier manquant (John)
This commit is contained in:
parent
1530ca16e0
commit
7f4f86b2c3
|
@ -43,12 +43,14 @@ public class Main extends Activity implements OnClickListener {
|
|||
}
|
||||
if (v.getId()==R.id.voirscore){
|
||||
// TODO: à supprimer
|
||||
/*
|
||||
Intent intent = new Intent(this, Score.class);
|
||||
intent.putExtra("corrects", 10);
|
||||
intent.putExtra("mauvais", 2);
|
||||
intent.putExtra("manquants", 1.5);
|
||||
intent.putExtra("total", 10); // WHERE??
|
||||
startActivity(intent);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user