This commit is contained in:
crschnick
2026-04-14 13:06:57 +00:00
parent d6b88b460b
commit 78fb6f0d9b
@@ -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;
}