mirror of
https://github.com/kuhyx/todo-app.git
synced 2026-07-04 14:43:15 +02:00
Scrolling on the next post-frame callback raced the Stepper's own 200ms expand/collapse transition, so ensureVisible measured a layout that hadn't settled yet — the tapped step ended up hidden under the fixed Priority/Status/Template bar. Delaying past kThemeAnimationDuration before scrolling fixes it; verified on-device via ADB screenshots. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| capture_screen.dart | ||
| markdown_view.dart | ||
| note_detail_screen.dart | ||
| note_editor.dart | ||
| notes_list_screen.dart | ||
| settings_screen.dart | ||