mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-29 07:20:35 +00:00
Fix NPE
This commit is contained in:
@@ -168,7 +168,7 @@ public class StoreEntryWrapper {
|
||||
|
||||
public synchronized void update() {
|
||||
// We are probably in shutdown then
|
||||
if (AppOperationMode.isInShutdown()) {
|
||||
if (StoreViewState.get() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user