Merge branch 'develop' into feature/bma/settingUpAccount
This commit is contained in:
commit
f80eece489
100 changed files with 317 additions and 359 deletions
|
|
@ -25,7 +25,7 @@ class FirstThrottler(private val minimumInterval: Long = 800) {
|
|||
private var lastDate = 0L
|
||||
|
||||
sealed class CanHandleResult {
|
||||
object Yes : CanHandleResult()
|
||||
data object Yes : CanHandleResult()
|
||||
data class No(val shouldWaitMillis: Long) : CanHandleResult()
|
||||
|
||||
fun waitMillis(): Long {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue