Remove the redundant call to _done() in the close icon's onTap handler and simplify the callback to a single-expression setState. The change keeps behavior focused on hiding the time view (_showTime = false) and avoids invoking _done() on close, which aligns with the intended UI flow signaled by the task notification that the Flutter app relaunch completed successfully. |
||
|---|---|---|
| .. | ||
| rust | ||
| screens | ||
| state | ||
| widgets | ||
| theme.dart | ||