Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace FrameLayout with FragmentContainerView
> FragmentContainerView is a customized Layout designed specifically for Fragments. It extends FrameLayout, so it can reliably handle Fragment Transactions, and it also has additional features to coordinate with fragment behavior. https://developer.android.com/reference/androidx/fragment/app/FragmentContainerView
- Loading branch information