We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9656354 commit 602bd57Copy full SHA for 602bd57
scdisplayutils/src/main/java/com/stevechulsdev/scdisplayutils/ScDisplayUtils.kt
@@ -82,9 +82,9 @@ object ScDisplayUtils {
82
* Hide ProgressBar
83
*/
84
fun hideProgressBar() {
85
- mProgressBar?.let { it.apply {
86
- if(visibility == View.VISIBLE) visibility = View.GONE
87
- } }
+// mProgressBar?.let { it.apply {
+// if(visibility == View.VISIBLE) visibility = View.GONE
+// } }
88
89
parent?.let { viewGroup ->
90
rl?.let {
0 commit comments