mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-11 00:40:25 +00:00
* Add experiment to skip waiting until all updates of collection/table view are committed in -accessibilityElements The wait was introduced in #1217 which blocks the main thread until updates are proccessed. We suspect this causes perf regressions accross the app and need to confirm this via an experiment. * Add option to skip default behavior of ASCellLayoutMode * Fix unit test * Fix unit test in another way * Remove import * Minor change * Add ASCellLayoutModeSyncForSmallContent * Update unit tests * Remove unnecessary change * Remove unnecessary changes