Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Fix: use mutable list for profiles #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PierreSchwang
Copy link

Instead of using unmodifiable lists for storing game profiles, now the initial ArrayList is cleared and reused.

Using unmodifiable lists breaks the logout method because the remove method has no implementation in those unmodifiable lists and therefor throws an UnsupportedOperationException:
grafik

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant