mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:27:42 +00:00
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
The FIXMEs must flow!
This commit is contained in:
parent
1d4f287582
commit
a15d44f019
12 changed files with 19 additions and 17 deletions
|
@ -537,7 +537,7 @@ void Menu::start_activation_animation(MenuItem& item)
|
|||
|
||||
float opacity = (float)animation->step / 10.0f;
|
||||
animation->window->set_opacity(opacity);
|
||||
});
|
||||
}).release_value_but_fixme_should_propagate_errors();
|
||||
timer->start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue