WSDOT / wsdot-android-app

Source code for the WSDOT Android application
GNU General Public License v3.0
19 stars 12 forks source link

Null Pointer at TrafficMapActivity$RestAreasOverlayTask.onPostExecute #87

Closed loganSims closed 8 years ago

loganSims commented 8 years ago

Similar to issue #24 & #34.

Commit c56f0ea fixed this issue for task that used services. These services are not started until onMapReady(GoogleMap) is called. Our static data overlay tasks don't take advantage of that function. They start in OnResume().

This issue may be just popping up now because we are placing more markers with the rest area update.