Fix issue resulting in crash when re-entering Recovery Phrase screen.
This commit is contained in:
parent
8e4b08b493
commit
41e6097ac5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class PaymentsRecoveryPhraseConfirmFragment extends Fragment {
|
|||
requireActivity().setResult(Activity.RESULT_OK);
|
||||
requireActivity().finish();
|
||||
} else {
|
||||
Navigation.findNavController(view).popBackStack(R.id.paymentsHome, true);
|
||||
Navigation.findNavController(view).popBackStack(R.id.paymentsHome, false);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue