1.2.0-alpha03
https://developer.android.com/jetpack/androidx/releases/fragment#1.2.0-alpha03
Version 1.2.0-alpha03
September 5, 2019
androidx.fragment:fragment:1.2.0-alpha03, androidx.fragment:fragment-ktx:1.2.0-alpha03, and androidx.fragment:fragment-testing:1.2.0-alpha03 are released. The commits included in this version can be found here.
API changes
- FragmentContainerView is now final. (b/140133091)
Bug fixes
- FragmentContainerView now properly reverses the draw order when popping fragments off the back stack. (b/139104187)
- Fixed an issue where the wrong animation would run when both popping a fragment and adding a new fragment at the same time. (b/111659726)
- Fragments now wait for transitions (in addition to animations, which was fixed in Fragment 1.2.0-alpha02) to finish before dispatching onDestroyView(). (b/138741697)