Updated on 2026-08-14
This commit is contained in:
parent
8e34196e00
commit
394b5b960f
19 changed files with 37 additions and 13 deletions
|
|
@ -38,6 +38,7 @@ open class IndeterminateProgressButtonWidget(
|
|||
when (progressState) {
|
||||
ProgressState.Done, ProgressState.Error -> switchToNone()
|
||||
ProgressState.Loading -> switchToProgress()
|
||||
else -> {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ class RefreshBalanceWidget(
|
|||
progressViewAnimation?.repeatCount = -1
|
||||
progressViewAnimation?.let { arrowView.startAnimation(it) }
|
||||
}
|
||||
else -> {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue