enshort construction

This commit is contained in:
yggverse 2024-09-29 16:06:40 +03:00
parent d9a06e8d0f
commit cbea5335b6

View file

@ -56,9 +56,8 @@ impl Request {
widget.progress_fraction() + PROGRESS_ANIMATION_STEP, widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
); );
return ControlFlow::Continue; return ControlFlow::Continue;
} else {
widget.set_progress_fraction(progress_fraction);
} }
widget.set_progress_fraction(progress_fraction);
ControlFlow::Break ControlFlow::Break
} }
}); });