Fragment BindingInflate ignores `container` argument
Closed this issue · 1 comments
Cheesebaron commented
The call to BindingInflate
in BaseFragment
ignores the container
ViewGroup
. The issue with this is that the child view we are inflating then won't know the parent's LayoutParameters
and in worst cases will get the incorrect size when then using GenerateDefaultLayoutParameters
.
Plac3hold3r commented
I'll do a release later today with these bug fixes. Thanks for the help.