Skip to content

Commit

Permalink
Return stale message
Browse files Browse the repository at this point in the history
  • Loading branch information
giannissc committed Nov 21, 2023
1 parent 9e1496c commit 14f091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/progress_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ impl<T: Send, A> View<T, A> for ProgressBar<T> {
_message: Box<dyn Any>,
_app_state: &mut T,
) -> MessageResult<A> {
MessageResult::Nop
MessageResult::Stale(())
}
}

0 comments on commit 14f091e

Please sign in to comment.