arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
Bug in OfflineMapAreasView - "Refresh" button not working as expected
First, thanks for fixing the two bugs related to the OfflineMapAreasView. It's working as expected now!
Unfortunately, I’ve noticed another issue with the refresh button for re-fetching offline areas. I’m unable to reproduce the problem in your example, but in our app, we have a list of multiple maps with a three-dot menu where you can open the OfflineMapAreasView to manage offline areas. The issue occurs in our app when following these steps:
- Load the maps and go offline without opening the OfflineMapAreasView.
- Open the OfflineMapAreasView and press the "refresh" button multiple times.
- Go online and try to refresh the map areas. → "No internet connection" is still shown instead of the offline map areas, even though there is an internet connection.
The strange thing is that if I follow the same steps but skip pressing the "refresh" button while offline (in Step 2, meaning I don’t press the button at all), then when I go online again and refresh, it works fine. Because of that behavior I think its related to the OfflineMapAreasView.
Could you please check if pressing the refresh button while offline is causing this issue?
Thank you! Marvin