Teester / Whats-Nearby

Android App for collecting information about POIs for OpenStreetMap
GNU General Public License v3.0
13 stars 2 forks source link

IndexOutOfBoundsException on clicking OK in notification #21

Closed Teester closed 6 years ago

Teester commented 6 years ago

If significant time has passed between when a notification was issued and OK was pressed, the app may have been killed in the background in the meantime. This means that the PoiList would no longer exist and when the app tries to query it, an exception is raised.

Need to persist PoiList through the app being killed.