kopia lustrzana https://github.com/ryukoposting/Signal-Android
Show PIN reminder for non-reglock users.
rodzic
e99af75400
commit
bdd48fd2df
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue