add comment

This commit is contained in:
yggverse 2024-09-29 22:57:21 +03:00
parent 273d41d577
commit a145ea4b6d

View File

@ -80,6 +80,7 @@ impl Request {
// Animate
if *progress.fraction.borrow() > widget.progress_fraction() {
widget.set_progress_fraction(
// Currently, here is no outrange validation, seems that wrapper make this work @TODO
widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
);
return ControlFlow::Continue;