mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
Pin: set back the grace period to 2 minutes
This commit is contained in:
parent
06bd353d44
commit
efa1263c35
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue