mirror of
https://github.com/SimpleMobileTools/Simple-Voice-Recorder.git
synced 2025-01-26 15:14:57 +01:00
make timerTask private
This commit is contained in:
parent
abadfb526c
commit
3337a37237
@ -197,7 +197,7 @@ class MainActivity : SimpleActivity() {
|
||||
toast(msg, Toast.LENGTH_LONG)
|
||||
}
|
||||
|
||||
val timerTask = object : TimerTask() {
|
||||
private val timerTask = object : TimerTask() {
|
||||
override fun run() {
|
||||
duration++
|
||||
runOnUiThread {
|
||||
|
Loading…
Reference in New Issue
Block a user