mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 11:50:44 +00:00
Don't null out storage
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user