Skip to content

Commit

Permalink
Reduced number of updates in times activity to make UI lag less
Browse files Browse the repository at this point in the history
  • Loading branch information
afg360 committed Dec 25, 2024
1 parent d2e9ece commit 8f31aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/dev/mainhq/bus2go/Times.kt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Times : BaseActivity() {
job = lifecycleScope.launch{
displayRecyclerView(stopTimes)
}
}, 0, 1, TimeUnit.SECONDS)
}, 0, 20, TimeUnit.SECONDS)

}

Expand Down

0 comments on commit 8f31aaf

Please sign in to comment.