Closed lynnardd closed 7 years ago
Items are not shown one after the other according to how they were arranged or added.
This seems to solve the problem. Rather than creating it as a regular HashMap, we define it as a LinkedHashMap like so:
tutorials = new LinkedHashMap<>();
Items are not shown one after the other according to how they were arranged or added.