diff --git a/TestTextureCell/MultipleStateCell.swift b/TestTextureCell/MultipleStateCell.swift index b1bc483..9ad4e7e 100644 --- a/TestTextureCell/MultipleStateCell.swift +++ b/TestTextureCell/MultipleStateCell.swift @@ -66,7 +66,6 @@ class MultipleStateCell: ASCellNode { @objc func stateChanged() { self.state = self.state.toggle() self.transitionLayout(withAnimation: true, shouldMeasureAsync: false, measurementCompletion: nil) - self.setNeedsLayout() }