Merge "BiometricFragment should commitAllowingStateLoss" into rvc-dev am: 5c4334276f

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11838911

Change-Id: I7541fb18e9be1624220bd61929736452fdb342a7
This commit is contained in:
Kevin Chyn
2020-06-12 20:08:39 +00:00
committed by Automerger Merge Worker

View File

@@ -124,7 +124,8 @@ public class BiometricFragment extends InstrumentedFragment {
private void cleanup() {
if (getActivity() != null) {
getActivity().getSupportFragmentManager().beginTransaction().remove(this).commit();
getActivity().getSupportFragmentManager().beginTransaction().remove(this)
.commitAllowingStateLoss();
}
}