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.
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.