Revert remaining spirc changes

It's best to deal with this after discovery is fixed.
This commit is contained in:
JasonLG1979 2023-06-30 10:56:44 -05:00
parent b15b48b626
commit 242e68a98c

View file

@ -991,10 +991,8 @@ impl SpircTask {
&& self.device.became_active_at() <= update.device_state.became_active_at()
{
self.handle_disconnect();
self.notify(None)?;
}
Ok(())
self.notify(None)
}
_ => Ok(()),