nhaarman / acorn

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

BindingSceneTransitionFactory wrongly falls back to defaults #139

Closed nhaarman closed 5 years ago

nhaarman commented 5 years ago

When using a BindingSceneTransitionFactory in a ComposingSceneTransitionFactory, it blocks secondary factories from being called: the BindingSceneTransitionFactory falls back to a default if there is no binding.

Instead, it should return false for the supports() call.