Razeeman / Android-SimpleTimeTracker

Simple app that tracks time.
GNU General Public License v3.0
631 stars 80 forks source link

Zombie entries #120

Closed Der-N closed 1 year ago

Der-N commented 1 year ago

Version 1.29 creates "Zombie" entries:

Starting an activity on one day, forgetting to stop the activity the same day, and editing it the following day, to stop the day before, does the following:

  1. Last days activity is logged as expected
  2. An additional grey activity is created, showing "? Untracked Time"

This didn't happen before Version 1.29.

Best regards

alphanerdgen commented 1 year ago

I'm also facing the same issue in version 1.29. Android 12.

![Uploading Screenshot_Simple Time Tracker.png…]()

alphanerdgen commented 1 year ago

@Der-N Found a solution:

Settings > Display Settings > Deselect 'Show untracked time in records' and 'Show untracked time in statistics'.

Der-N commented 1 year ago

@Der-N Found a solution:

Settings > Display Settings > Deselect 'Show untracked time in records' and 'Show untracked time in statistics'.

@alphanerdgen: Great, thanks. That is working for me also