Skip to content

Return early if LifecycleManager#stopServices() is called twice

akwizgran requested to merge return-early-if-services-are-stopped-twice into master

This could happen if the app shuts down spontaneously (eg due to low memory) concurrently with a manual shutdown.

Merge request reports