mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 05:30:47 +00:00
Issue (#1366): CustomColelctionView example app always returns YES from shouldInvalidateLayoutForBoundsChange: which triggers a re-layout. Fix: Comparing CGSize rather than CGRect is enough to handle rotation support without always triggering a re-layout. .