Skip to content

Commit

Permalink
remove duplicate loading.set(true)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Nov 23, 2024
1 parent 7f45361 commit d6a1543
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,6 @@ macro_rules! spawn_derived {
Box::pin(fut)
});

this.loading.store(true, Ordering::Relaxed);

// register with global transition listener, if any
let ready_tx = first_run.take().unwrap_or_else(|| {
let (ready_tx, ready_rx) = oneshot::channel();
Expand Down

0 comments on commit d6a1543

Please sign in to comment.