Merge branch 'bugfix/CXTDT-521943' into 'develop'
self.isVisibleOnScreen for isActive See merge request BPHV_MIPS/vds_ios!163
This commit is contained in:
commit
283c3c410f
@ -80,7 +80,7 @@ open class Loader: View {
|
||||
super.updateView()
|
||||
icon.color = iconColorConfiguration.getColor(self)
|
||||
icon.customSize = size
|
||||
if isActive {
|
||||
if isActive && isVisibleOnScreen {
|
||||
startAnimating()
|
||||
} else {
|
||||
stopAnimating()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user