Merge "BiometricFragment should commitAllowingStateLoss" into rvc-dev am: 5c4334276f
am: 6d5a778090
am: f1a45e1257
am: 4ae5cc5564
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/11838911 Change-Id: I9a9d53f0fe5e47a005a30893cf55170b25a7892b
This commit is contained in:
@@ -114,7 +114,8 @@ public class BiometricFragment extends InstrumentedFragment {
|
|||||||
|
|
||||||
private void cleanup() {
|
private void cleanup() {
|
||||||
if (getActivity() != null) {
|
if (getActivity() != null) {
|
||||||
getActivity().getSupportFragmentManager().beginTransaction().remove(this).commit();
|
getActivity().getSupportFragmentManager().beginTransaction().remove(this)
|
||||||
|
.commitAllowingStateLoss();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user