Ensure transactions cannot be run during controller state change
Bug 35349893 When the FragmentManager is being brought up or down, the state of fragments is changed. Any fragment using commitNow() during the state change was being allowed through instead of throwing. This CL locks out reentrant fragment transctions during FragmentManager state changes. Test: Iea6029ccfa660e8eea5ea7472f641dada1a6c269 Change-Id: I735d86a42951c6f58f048e4930be925da9c8247e
Loading
Please register or sign in to comment