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: I6ebcf9c066ee56092f1b165e806622c1eadc87d4
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user