mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-20 00:35:47 +01:00
Don't show PIN reminder for numberless accounts.
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user