Skip to content

Commit 602bd57

Browse files
committed
modify hide progressbar
1 parent 9656354 commit 602bd57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scdisplayutils/src/main/java/com/stevechulsdev/scdisplayutils/ScDisplayUtils.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ object ScDisplayUtils {
8282
* Hide ProgressBar
8383
*/
8484
fun hideProgressBar() {
85-
mProgressBar?.let { it.apply {
86-
if(visibility == View.VISIBLE) visibility = View.GONE
87-
} }
85+
// mProgressBar?.let { it.apply {
86+
// if(visibility == View.VISIBLE) visibility = View.GONE
87+
// } }
8888

8989
parent?.let { viewGroup ->
9090
rl?.let {

0 commit comments

Comments
 (0)