Open msh-nayan opened 9 years ago
Just got back from the holidays, will look into this in the next few days.
I confirm the bug. However, I still haven't figured out the cause. It appears that FragmentManager
's BackStack
queue is null at some point, and for this reason the HeadersFragment
is not popped and the Activity
is simply finished.
Does this behavior happen with Leanback's BrowseFragment
as well?
first of all thanks for this brilliant library. I've a query regarding "setHeadersTransitionOnBackEnabled" functionality. If I use "BrowseFragment" then "setHeadersTransitionOnBackEnabled" (which is by default True) doesn't work. But If I use "BrowseSupportFragment" then "setHeadersTransitionOnBackEnabled" works properly. Can you please describle whats the issue behind this ??? Thanks