aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNico Mexis <nico.mexis@kabelmail.de>2022-09-08 18:18:21 +0200
committerGitHub <noreply@github.com>2022-09-08 18:18:21 +0200
commitd1488df319a1d19154d294cb29627b9026deb564 (patch)
tree1db5ffdc69c579e4d095062a1a9a0cd1b2e1515a /src
parentd3805f080af87eb2bc7d2a2eac6c3f8db539324f (diff)
downloadNotEnoughUpdates-d1488df319a1d19154d294cb29627b9026deb564.tar.gz
NotEnoughUpdates-d1488df319a1d19154d294cb29627b9026deb564.tar.bz2
NotEnoughUpdates-d1488df319a1d19154d294cb29627b9026deb564.zip
Fix Collections display getting very unresponsive after some time (#261)
* Update Gradle wrapper properly * Fix Collections display getting very unresponsive after some time
Diffstat (limited to 'src')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
index bcec7526..b6e56743 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/ProfileViewer.java
@@ -1414,6 +1414,8 @@ public class ProfileViewer {
collectionInfo.add("total_amounts", totalAmounts);
collectionInfo.add("collection_tiers", collectionTiers);
+ collectionInfoMap.put(profileName, collectionInfo);
+
return collectionInfo;
}