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

Set weight doesn't update to conform to format until exercise is collapsed #32

Closed simonalveteg closed 11 months ago

simonalveteg commented 1 year ago

When entering a weight and pressing done (removing focus from textfield) it should automatically update the content to match what's been entered into the database. Right now it can stay as "52" until collapsed when it becomes "52.0"

simonalveteg commented 11 months ago

not really an issue