This commit is contained in:
Joshua Sigona 2021-03-27 17:26:08 +09:00
parent 74b9443aa1
commit f697b3a759
3 changed files with 10 additions and 2 deletions

Binary file not shown.

View File

@ -379,10 +379,18 @@ public class App
}break;
case 0:{
names.add(ss);
if (ss.equalsIgnoreCase("A")) {
count--;
} else {
names.add(ss);
}
}break;
case 1:{
descriptions.add(ss);
if (ss.equalsIgnoreCase("A")) {
count--;
} else {
descriptions.add(ss);
}
}break;
}
}

Binary file not shown.