mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-10 20:51:45 +00:00
enshort construction
This commit is contained in:
parent
d9a06e8d0f
commit
cbea5335b6
@ -56,9 +56,8 @@ impl Request {
|
||||
widget.progress_fraction() + PROGRESS_ANIMATION_STEP,
|
||||
);
|
||||
return ControlFlow::Continue;
|
||||
} else {
|
||||
widget.set_progress_fraction(progress_fraction);
|
||||
}
|
||||
widget.set_progress_fraction(progress_fraction);
|
||||
ControlFlow::Break
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user