Pin: set back the grace period to 2 minutes

This commit is contained in:
ganfra 2020-07-30 15:22:41 +02:00
parent 06bd353d44
commit efa1263c35
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import timber.log.Timber
import javax.inject.Inject import javax.inject.Inject
import javax.inject.Singleton 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 * This class is responsible for keeping the status of locking