Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the displayDelegate bug from IGListSectionController
Summary: We were using the iVar version of the `_displayDelegate`, but turned out a lot of product callsite just manually override the `displayDelegate` instead of use `self.displayDelegate = self`. Let's use the self.displayDelegate instead. Reviewed By: bdotdub Differential Revision: D20037298 fbshipit-source-id: fa860adfa88cd088f39718279983acd32e90b478
- Loading branch information