HHH-7147 - ServiceRegistry is starting services twice
This commit is contained in:
parent
3d3ac538d8
commit
7a9cdb5379
|
@ -160,7 +160,6 @@ public abstract class AbstractServiceRegistryImpl
|
|||
|
||||
// PHASE 4 : Start service
|
||||
serviceBinding.getLifecycleOwner().startService( serviceBinding );
|
||||
startService( serviceBinding );
|
||||
|
||||
return service;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue