removed code
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
61a79b1cb4
commit
35a929c2a6
@ -535,7 +535,6 @@ open class Tilelet: TileContainerBase<Tilelet.Padding> {
|
|||||||
descriptiveIcon.colorConfiguration = descriptiveIconModel.colorConfiguration
|
descriptiveIcon.colorConfiguration = descriptiveIconModel.colorConfiguration
|
||||||
descriptiveIcon.size = descriptiveIconModel.size
|
descriptiveIcon.size = descriptiveIconModel.size
|
||||||
descriptiveIcon.surface = backgroundColorSurface
|
descriptiveIcon.surface = backgroundColorSurface
|
||||||
descriptiveIcon.accessibilityLabel = descriptiveIconModel.accessibleText
|
|
||||||
showIconContainerView = true
|
showIconContainerView = true
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -544,7 +543,6 @@ open class Tilelet: TileContainerBase<Tilelet.Padding> {
|
|||||||
directionalIcon.colorConfiguration = directionalIconModel.colorConfiguration
|
directionalIcon.colorConfiguration = directionalIconModel.colorConfiguration
|
||||||
directionalIcon.size = directionalIconModel.size.value
|
directionalIcon.size = directionalIconModel.size.value
|
||||||
directionalIcon.surface = backgroundColorSurface
|
directionalIcon.surface = backgroundColorSurface
|
||||||
directionalIcon.accessibilityLabel = directionalIconModel.accessibleText
|
|
||||||
showIconContainerView = true
|
showIconContainerView = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user