You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code doesn't unsubscribe if you set a new footer/header
None of the dispose code inside StructuredItemsViewController ever runs. We need to move all the logic that cleanups the control into a "disconnect" method and then call the "disconnect" method from DIsconnectHandler. We don't want to actually call dispose on anything
The text was updated successfully, but these errors were encountered:
PureWeen
changed the title
[iOS] Remove subscriptions to LayoutChanged inside StructuredItemsViewController
[iOS] Fix Cleanup code on CollectionView
Nov 26, 2024
Description
The following code doesn't unsubscribe if you set a new footer/header
None of the dispose code inside
StructuredItemsViewController
ever runs. We need to move all the logic that cleanups the control into a "disconnect" method and then call the "disconnect" method from DIsconnectHandler. We don't want to actually call dispose on anythingThe text was updated successfully, but these errors were encountered: