FORGOT TO CALL A FUNCTION

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-17 20:58:15 +01:00
parent 51d49b9cf1
commit 2fc7a6a8da

View file

@ -64,6 +64,7 @@ impl App {
fn update(&mut self, message: Message) -> Task<Message> {
if let Message::Clock = message {
self.time_widget.update();
self.battery_widget.update();
}
Task::none()