Skip to content

Commit

Permalink
changed click daley
Browse files Browse the repository at this point in the history
  • Loading branch information
illiashenkoo committed Jun 13, 2019
1 parent 4443ab4 commit 30bb4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
]

libsGroup = "com.github.illiashenkoo.startask"
libsVersion = "0.1.3"
libsVersion = "0.1.4"

/*================================= BUILD PLUGINS ==================================*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package net.codecision.startask.ktx.core.utils

object ClickController {

private const val MIN_CLICK_INTERVAL_MS = 600L
private const val MIN_CLICK_INTERVAL_MS = 500L

private var lastClickTime: Long = 0L

Expand Down

0 comments on commit 30bb4fe

Please sign in to comment.