adrcotfas / Goodtime

:hourglass_flowing_sand: productivity app for Android
Apache License 2.0
941 stars 111 forks source link

Sometimes the sessions are not saved #289

Closed RevealedSoulEven closed 1 year ago

RevealedSoulEven commented 1 year ago

I tried adding logs in the project but could now figure out the reason why... But if you try to stop the sesssion from the notification(or sometimes from the mainactivity) then too it's not saving the session. The code execution comes to the addSession function but doesn't work

RevealedSoulEven commented 1 year ago

for now I've added a function on the addSession function that outputs the session timestamp and duration in a txt file so that I can add them manually

RevealedSoulEven commented 1 year ago

I've fixed it

RevealedSoulEven commented 1 year ago

Fixed #307