Files
frameworks_base/core/java
George Mount d5f70891e1 Protect BackStackRecord from accessing null mHost.
Bug 33177567

The fragment manager is being accessed after it has been torn
down. This protects BackStackRecord from accessing the null
mHost in that case.

Test: cts-tradefed run singleCommand cts -d --skip-preconditions
--skip-connectivity-check -m CtsFragmentTestCases

Change-Id: Id927eb1bc78e3750b01f685523418bde5a9cf8a0
2016-12-08 15:04:58 -08:00
..