Fix post-registration restore closing the app.

This commit is contained in:
Nicholas Tinsley
2024-08-05 15:25:00 -04:00
committed by mtang-signal
parent ffd2e164bf
commit cbd587f142

View File

@@ -242,8 +242,7 @@ public abstract class PassphraseRequiredActivity extends BaseActivity implements
private Intent getTransferOrRestoreIntent() {
Intent intent = RestoreActivity.getIntentForTransferOrRestore(this);
intent.putExtra(NEXT_INTENT_EXTRA, MainActivity.clearTop(this));
return getRoutedIntent(intent, getIntent());
return getRoutedIntent(intent, MainActivity.clearTop(this));
}
private Intent getCreateProfileNameIntent() {