| 3013 | invalidateMeasuredSize(); |
| 3014 | } |
| 3015 | |
| 3016 | if (_attributesApplier.getBoundAttributes() != nullptr) { |
| 3017 | for (const auto& attribute : attributes) { |
| 3018 | getAttributesApplier().reapplyAttribute(viewTransactionScope, attribute); |
| 3019 | } |
| 3020 | getAttributesApplier().flush(viewTransactionScope); |
no outgoing calls
no test coverage detected