litentry/archived-litentry-mobile-app

Bug: Unable to refetch the data when fetching from graph fails

Closed this issue · 2 comments

Steps To Reproduce

  1. Turn off the internet connection, and we see the data that was fetching fails
  2. on reconnecting to the internet, the re-fetching of data isn't happening.
  3. only after refreshing the app does the data seem to be loading.

Link or media file of the bug:

The expected behavior

The application data needs to be fetched as soon as the mobile is connected to the internet.

This is not exactly a bug, as we’ve never implemented it. We can add a retry mechanism to handle this 👍🏼

Blocked by #1327