Muni
This commit is contained in:
parent
74b9443aa1
commit
f697b3a759
Binary file not shown.
@ -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.
Loading…
x
Reference in New Issue
Block a user