Remove skip/forgot PIN special case.

This commit is contained in:
Greyson Parrelli
2024-09-12 16:18:31 -04:00
committed by Cody Henthorne
parent d1475228f7
commit 23d82a3a01

View File

@@ -169,8 +169,6 @@ public abstract class PassphraseRequiredActivity extends BaseActivity implements
return STATE_WELCOME_PUSH_SCREEN;
} else if (SignalStore.storageService().needsAccountRestore()) {
return STATE_ENTER_SIGNAL_PIN;
} else if (userHasSkippedOrForgottenPin()) {
return STATE_CREATE_SIGNAL_PIN;
} else if (userCanTransferOrRestore()) {
return STATE_TRANSFER_OR_RESTORE;
} else if (userMustSetProfileName()) {