[ios] RecentTabsVC uses heightForHeaderInSection instead of estimatedHeight
This fixes an issue where the section header was being duplicated on collapse/expand. Whenever we collapse and expand a section on iOS10, a sectionHeaderFooterView is added on top of the existing one. This causes the sectionHeaderViews to stack on top of each other leading to bad UI and test failure. More info on the bug link. BUG = 850814 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I743d4dff1c81d389f3313fda4d0c92a202fb4b5e Reviewed-on: https://chromium-review.googlesource.com/1092233 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#565665}
Showing
Please register or sign in to comment