Ensure tha regV5 is used for re-reg.

This commit is contained in:
Greyson Parrelli
2026-06-29 11:49:20 -04:00
committed by Michelle Tang
parent 5ed1bdc26a
commit 97740b34eb
2 changed files with 15 additions and 10 deletions
@@ -222,11 +222,7 @@ public abstract class PassphraseRequiredActivity extends BaseActivity implements
}
private Intent getPushRegistrationIntent() {
if (Environment.USE_NEW_REGISTRATION) {
return org.signal.registration.RegistrationActivity.createIntent(this, MainActivity.clearTop(this));
} else {
return RegistrationActivity.newIntentForNewRegistration(this, getIntent());
}
return RegistrationActivity.newIntentForNewRegistration(this, getIntent());
}
private Intent getEnterSignalPinIntent() {