iSoron / uhabits

Loop Habit Tracker, a mobile app for creating and maintaining long-term positive habits
GNU General Public License v3.0
7.8k stars 933 forks source link

Unset measurable habits #1899

Closed leontodd closed 8 months ago

leontodd commented 9 months ago

I couldn't figure out a way to unset a measurable habit so I created this PR. If the save button is tapped in NumberDialog and the value is empty, the entry is saved as Entry.UNKNOWN. I've done it in line with how Entry.SKIP is saved.

Addresses #1722.

iSoron commented 8 months ago

Thanks for the PR, @leontodd!