Don't show PIN reminder for numberless accounts.

This commit is contained in:
Greyson Parrelli
2026-09-02 16:11:24 -03:00
committed by Alex Hart
parent d3c88779c2
commit 171c6d3f5f
@@ -53,6 +53,10 @@ class PinsForAllSchedule implements MegaphoneSchedule {
return false;
}
if (SignalStore.account().isPhoneNumberless()) {
return false;
}
if (pinCreationFailedDuringRegistration()) {
return true;
}