mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Update ProfileAdapter.java
This commit is contained in:
parent
e8697c6ddd
commit
3aa561567c
@ -36,7 +36,7 @@ public class ProfileAdapter extends BaseAdapter {
|
||||
mCreateProfile.name = "Create new profile";
|
||||
mCreateProfile.lastVersionId = "";
|
||||
}
|
||||
mProfileList = new ArrayList<>(Arrays.asList(profiles.keySet().toArray(new String[0])));
|
||||
mProfileList = new ArrayList<>(Arrays.asList(mProfiles.keySet().toArray(new String[0])));
|
||||
if(enableCreateButton) {
|
||||
mProfileList.add(ProfileAdapter.CREATE_PROFILE_MAGIC);
|
||||
mProfiles.put(CREATE_PROFILE_MAGIC, mCreateProfile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user