mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
enshort construction
This commit is contained in:
parent
d9a06e8d0f
commit
cbea5335b6
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue