nhaarman / acorn

Mastering Android navigation :chipmunk:
https://nhaarman.github.io/acorn
Apache License 2.0
181 stars 7 forks source link

Remove fallback from BindingSceneTransitionFactory #140

Closed nhaarman closed 5 years ago

nhaarman commented 5 years ago

With the introduction of supports, this fallback strategy has become obsolete, in favor of an explicit fallback factory that is placed last in the ComposingSceneTransitionFactory.

Fixes #139