Correction bug > Le mot de passe généré ne contenait jamais la dernière couleur possible
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -35,7 +35,7 @@ public class ObservateurMenuDebutPartie implements View.OnClickListener {
|
||||
|
||||
Random r=new Random();
|
||||
int tab[]=new int[4];
|
||||
int max=5;
|
||||
int max=6;
|
||||
if(vide.isChecked()){
|
||||
max++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user