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

Collapsing an exercise too quickly causes set info to not be saved #33

Closed simonalveteg closed 11 months ago

simonalveteg commented 1 year ago

Entering reps and weight into a set and instantly collapsing the exercise will cause the information to be lost. Possible solution is to update database with the submitted info when collapsing an exercise?

Not sure why it happens, maybe the input field doesn't have time to send it's updated information?

simonalveteg commented 1 year ago

Seems to happen in combination with #30