Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c433427 authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "BiometricFragment should commitAllowingStateLoss" into rvc-dev

parents 8cbee49d 895ddf23
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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();
        }
    }