mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-23 07:40:20 +01:00
Pin: set back the grace period to 2 minutes
This commit is contained in:
parent
06bd353d44
commit
efa1263c35
@ -28,7 +28,7 @@ import timber.log.Timber
|
||||
import javax.inject.Inject
|
||||
import javax.inject.Singleton
|
||||
|
||||
private const val PERIOD_OF_GRACE_IN_MS = 0 * 60 * 1000L
|
||||
private const val PERIOD_OF_GRACE_IN_MS = 2 * 60 * 1000L
|
||||
|
||||
/**
|
||||
* This class is responsible for keeping the status of locking
|
||||
|
Loading…
Reference in New Issue
Block a user