Skip to content

Commit

Permalink
Revert "Increase screen lock timeout to 7s"
Browse files Browse the repository at this point in the history
This reverts commit 2c60682.
  • Loading branch information
valldrac committed Sep 18, 2024
1 parent 799a6ac commit 7fdb85b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ private val TAG = Log.tag(ScreenLockController.javaClass)

object ScreenLockController {

private const val SCREEN_LOCK_TIMEOUT_SHORT_MS = 7_000
private const val SCREEN_LOCK_TIMEOUT_SHORT_MS = 5_000
private const val SCREEN_LOCK_TIMEOUT_LONG_MS = 60_000

private const val APP_BACKGROUNDED_EVENT_DELAY_MS = 700
Expand Down

0 comments on commit 7fdb85b

Please sign in to comment.