mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 07:28:34 +00:00
Show PIN reminder for non-reglock users.
This commit is contained in:
parent
e99af75400
commit
bdd48fd2df
@ -7,7 +7,7 @@ final class SignalPinReminderSchedule implements MegaphoneSchedule {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean shouldDisplay(int seenCount, long lastSeen, long firstVisible, long currentTime) {
|
public boolean shouldDisplay(int seenCount, long lastSeen, long firstVisible, long currentTime) {
|
||||||
if (!SignalStore.kbsValues().isV2RegistrationLockEnabled()) {
|
if (!SignalStore.kbsValues().hasPin()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user