You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Activity lifecycle: Stop only the services on stop
On stop: stop only the Kolibri services by directly calling
ServicesPlugin.STOP.
On resume: if the Kolibri bus is already started, start the services. If
not, transition the bus to the START state which should start the
services too.
0 commit comments