mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Fix issue resulting in crash when re-entering Recovery Phrase screen.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user