signed_state: Simplify refresh coalescing and stop blocking the executor

This commit is contained in:
2026-09-13 20:48:52 +07:00
parent 7aee19f3aa
commit 22b96c3546
5 changed files with 79 additions and 25 deletions
-1
View File
@@ -177,7 +177,6 @@ impl InboxView {
}
fn refresh_initial(&mut self, cx: &mut Context<Self>) {
debug_assert!(!self.refresh.debouncing());
if self.refresh.running() {
self.refresh.request();
return;