Don't null out storage

This commit is contained in:
crschnick
2025-12-17 11:24:39 +00:00
parent e3db2a3236
commit f958d8dfd2
@@ -91,7 +91,10 @@ public abstract class DataStorage {
}
INSTANCE.dispose();
INSTANCE = null;
// We want to keep the storage for all dependent instances
// that might still refer to it after the reset
// INSTANCE = null;
}
public static DataStorage get() {