Skip to content

Commit 943b530

Browse files
committed
fix #12: removed event from delegate on remove
1 parent 35a351b commit 943b530

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/ScrollStackController/ScrollStack.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ open class ScrollStack: UIScrollView, UIScrollViewDelegate {
823823
self.prevVisibilityState.removeValue(forKey: row)
824824
})
825825

826-
self.stackDelegate?.scrollStackRowDidBecomeHidden(self, row: row, index: row.index!, state: .removed)
827826
return removedController
828827
}
829828

0 commit comments

Comments
 (0)