Skip to content

Commit

Permalink
Make sure ObviousProgressBar is indeterminate
Browse files Browse the repository at this point in the history
  • Loading branch information
grzesiek2010 committed Sep 5, 2024
1 parent 571a8fd commit 47020d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ObviousProgressBar(

init {
super.setVisibility(GONE)
super.setIndeterminate(true)
}

override fun show() {
Expand Down Expand Up @@ -49,6 +50,6 @@ class ObviousProgressBar(
}

companion object {
private const val MINIMUM_SHOW_TIME = 750
private const val MINIMUM_SHOW_TIME = 5000
}
}

0 comments on commit 47020d0

Please sign in to comment.