Algorithmics001 / Atomic_Tasker

This repo is for algorithmics hackathon project
9 stars 13 forks source link

The View Task becomes empty after i restart the App #31

Closed ghost closed 1 year ago

ghost commented 1 year ago

I added a few tasks in "Add Task" option. When i tried to view them in "View Task" they were there. But if i close the app and restart it. The view task becomes empty.

Algorithmics001 commented 1 year ago

This was happening because the reset function that creates json files (which have all the task data) was being called every time you opened the app. The issue has been fixed not the function will be called only when you grant the permission to use storage.