Simple Stack 2.6.1
Simple-Stack 2.6.1 (2021-05-03)
- CHANGE:
Backstack.setScopedServices(ScopedServices)
,Backstack.setGlobalServices(GlobalServices)
, andBackstack.setGlobalServices(GlobalServices.Factory)
can now be called aftersetup()
, but beforesetStateChanger()
.
This allows setting the scoped services on the backstack instance, when using deferred initialization, before the initial state change is run.