You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if there is an exception (can't connect or whatever) the app just dies. It should report the problem to the user, then store the desired todo into a local file. Next time a new Todo is entered it should look for that file and pull the todo's out, then send them all (store and forward)
The text was updated successfully, but these errors were encountered:
Right now if there is an exception (can't connect or whatever) the app just dies. It should report the problem to the user, then store the desired todo into a local file. Next time a new Todo is entered it should look for that file and pull the todo's out, then send them all (store and forward)
The text was updated successfully, but these errors were encountered: