A canary in a coal mine

This commit is contained in:
M66B
2022-04-13 08:17:38 +02:00
parent 562496d48b
commit 5825de59c3
9 changed files with 79 additions and 18 deletions

View File

@@ -72,6 +72,7 @@ public class TwoStateOwner implements LifecycleOwner {
owned = false;
destroy();
owner.getLifecycle().removeObserver(this);
CoalMine.watch(TwoStateOwner.this, "State done=" + aname);
}
});
}