simonalveteg / Workout-Tracker

A Workout Tracker for Android written with Jetpack Compose using MVVM architecture, a room database and dependency injection with dagger hilt.
21 stars 1 forks source link

Session Header is not clickable #22

Closed simonalveteg closed 12 months ago

simonalveteg commented 1 year ago

The session header is behind the lazy column, which doesn't let clicks pass through. Replace with nested scroll connection somehow?

Would make it possible to make the header more interactive as well