Skip to content

Commit

Permalink
Return stale message
Browse files Browse the repository at this point in the history
  • Loading branch information
giannissc committed Sep 3, 2023
1 parent 6d213a7 commit 5b2ead8
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 5b2ead8

Please sign in to comment.