Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
What version of Activity are you using? Upgrading your Activity dependency 1.7.2
which also depends on Lifecycle 2.6.1
should resolve this.
Description
Allow developers to detect when they are using a container for their fragments other than the recommended
FragmentContainerView
.This would apply to any Fragment that was added with a
containerViewId
(i.e., via the respective methods onFragmentTransaction
). It would not apply to headless fragments / fragments added without a container ID.