keithejc / FinishLine

Android sailing app to log when crossing the finish line
0 stars 0 forks source link

Service stops on map window #1

Closed aggyfinn closed 11 years ago

aggyfinn commented 11 years ago

service seems to stop while on map, though "resumes race" when back to home page

keithejc commented 11 years ago

stopservice in the home activity was done in onStop - should have been done in OnDestroy. allowing the home fragment to bind to the stopped service - so it was stopped when the fragment unbinded it