disable the buttons :)
This commit is contained in:
parent
7433550785
commit
bf1b07d67e
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ import java.util.*
|
||||||
import kotlin.concurrent.timerTask
|
import kotlin.concurrent.timerTask
|
||||||
import kotlin.time.Duration.Companion.minutes
|
import kotlin.time.Duration.Companion.minutes
|
||||||
|
|
||||||
var meowTimedOut = false
|
var meowTimedOut = true
|
||||||
var beepTimedOut = false
|
var beepTimedOut = true
|
||||||
var kaomojiTimedOut = false
|
var kaomojiTimedOut = true
|
||||||
|
|
||||||
// function to facilitate the timeout for meows
|
// function to facilitate the timeout for meows
|
||||||
fun meowTimer() {
|
fun meowTimer() {
|
||||||
|
|
Loading…
Reference in a new issue