Skip to content

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
Correction issue #13
  • Loading branch information
pascalheude committed Jul 5, 2022
1 parent e56e6e4 commit 3ae6e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ public void onClick(View view) {
pChronometre.start();
pBoutonPause.setText("Pause");
pBoutonArreter.setEnabled(true);
for (i = 0; i < pNbCoureur; i++) {
pBoutonCoureur[i].setEnabled(true);
}
afficherBouton();
pPauseDemarree = false;
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Chronos24hLeMans</string>
<string name="version">2.0.4</string>
<string name="version">2.0.5</string>
<string name="nom">Nom d\'équipe</string>
<string name="courriel">[email protected]</string>
<!-- Equipe -->
Expand Down

0 comments on commit 3ae6e62

Please sign in to comment.