This commit is contained in:
Joshua Sigona 2021-03-29 11:45:53 +09:00
parent 7346f5e864
commit 45ba6ef7a0
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -363,8 +363,8 @@ public class App
count++; count++;
} else { } else {
descriptions.add(ss); descriptions.add(ss);
names.add(ss);
} }
names.add(ss);
} }
}break; }break;
case 1:{ case 1:{

Binary file not shown.