Details
Description
The retainAll(Collection) method is meant to discard any layers from the layer list that are not in the Collection arg, but the code has the Collection and layer list loops mixed up.
The retainAll(Collection) method is meant to discard any layers from the layer list that are not in the Collection arg, but the code has the Collection and layer list loops mixed up.