Don't set gson to null on clear

This commit is contained in:
Ryan 2018-04-10 17:15:51 -04:00 committed by GitHub
parent b7003c5142
commit 81aaef2319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class ExpansionCloudManager {
public void clean() {
remote.clear();
downloading.clear();
gson = null;
}
public boolean isDownloading(String expansion) {