Skip to content

Simple Stack 2.6.1

Compare
Choose a tag to compare
@Zhuinden Zhuinden released this 03 May 15:14
· 77 commits to master since this release

Simple-Stack 2.6.1 (2021-05-03)

  • CHANGE: Backstack.setScopedServices(ScopedServices), Backstack.setGlobalServices(GlobalServices), and Backstack.setGlobalServices(GlobalServices.Factory) can now be called after setup(), but before setStateChanger().

This allows setting the scoped services on the backstack instance, when using deferred initialization, before the initial state change is run.