Show PIN reminder for non-reglock users.
This commit is contained in:
parent
e99af75400
commit
bdd48fd2df
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ final class SignalPinReminderSchedule implements MegaphoneSchedule {
|
|||
|
||||
@Override
|
||||
public boolean shouldDisplay(int seenCount, long lastSeen, long firstVisible, long currentTime) {
|
||||
if (!SignalStore.kbsValues().isV2RegistrationLockEnabled()) {
|
||||
if (!SignalStore.kbsValues().hasPin()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue