mirror of
https://github.com/apognu/otter
synced 2025-02-14 01:40:39 +01:00
Refresh every second instead of 500ms.
This commit is contained in:
parent
ff2a915ba4
commit
7a72558d1a
@ -36,7 +36,7 @@ class DownloadsActivity : AppCompatActivity() {
|
||||
|
||||
GlobalScope.launch(IO) {
|
||||
while (true) {
|
||||
delay(500)
|
||||
delay(1000)
|
||||
refreshProgress()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user