Merge "BiometricFragment should commitAllowingStateLoss" into rvc-dev
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