signed_state: Simplify refresh coalescing and stop blocking the executor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user