make timerTask private

This commit is contained in:
tibbi
2020-03-30 10:43:48 +02:00
parent abadfb526c
commit 3337a37237

View File

@ -197,7 +197,7 @@ class MainActivity : SimpleActivity() {
toast(msg, Toast.LENGTH_LONG) toast(msg, Toast.LENGTH_LONG)
} }
val timerTask = object : TimerTask() { private val timerTask = object : TimerTask() {
override fun run() { override fun run() {
duration++ duration++
runOnUiThread { runOnUiThread {