rebuild all bars on wake (#422)

This commit is contained in:
Felix Kratz 2023-10-13 22:58:46 +02:00
parent 5a63ad8e7a
commit 7305fbc268

View file

@ -977,11 +977,8 @@ void bar_manager_handle_system_woke(struct bar_manager* bar_manager) {
bar_manager_custom_events_trigger(bar_manager,
COMMAND_SUBSCRIBE_SYSTEM_WOKE,
NULL );
bar_manager_display_changed(bar_manager);
}
animator_renew_display_link(&bar_manager->animator);
bar_manager_refresh(bar_manager, true);
bar_manager_handle_space_change(bar_manager, true);
}
void bar_manager_handle_notification(struct bar_manager* bar_manager, struct notification* notification) {