Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-27 20:48:39 +03:00
parent 8e34196e00
commit 394b5b960f
19 changed files with 37 additions and 13 deletions

View file

@ -38,6 +38,7 @@ open class IndeterminateProgressButtonWidget(
when (progressState) {
ProgressState.Done, ProgressState.Error -> switchToNone()
ProgressState.Loading -> switchToProgress()
else -> {}
}
}

View file

@ -74,6 +74,7 @@ class RefreshBalanceWidget(
progressViewAnimation?.repeatCount = -1
progressViewAnimation?.let { arrowView.startAnimation(it) }
}
else -> {}
}
}