Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into bugfix/removeLayoutIfNeeded
This commit is contained in:
commit
08a8951ddb
@ -329,12 +329,14 @@ open class TileContainerBase<PaddingType: DefaultValuing>: Control where Padding
|
||||
widthConstraint?.isActive = false
|
||||
heightConstraint?.isActive = false
|
||||
}
|
||||
|
||||
applyBackgroundEffects()
|
||||
|
||||
if showDropShadow, surface == .light {
|
||||
addDropShadow(dropShadowConfiguration)
|
||||
} else {
|
||||
removeDropShadows()
|
||||
}
|
||||
applyBackgroundEffects()
|
||||
}
|
||||
|
||||
/// Used to update frames for the added CAlayers to our view
|
||||
|
||||
Loading…
Reference in New Issue
Block a user