Skip to content

Simple-Stack 2.1.0

Choose a tag to compare

@Zhuinden Zhuinden released this 25 Sep 20:41
· 177 commits to master since this release

Simple Stack 2.1.0 (2019-09-25)


  • FIX: Ensure that while navigation is in progress, lookupService() (and other service lookup methods) can access all currently built scopes, rather than only the latest navigation history currently being navigated to.

This fix is crucial when lookupService is used inside onFinishInflate method of views inflated by ViewPager adapters; and returning from process death, navigation to a different screen is immediate (f.ex. deep-linking via notifications).