[ios]RELAND Bookmarks TableVC uses dynamic row height.
Patchset 1 is the original CL. https://crrev.com/c/1205806 The only change on this CL is to disable dynamic height on non-UI Refresh since the legacy cells don't support it. ======= Original Description ======= This CL changes BookmarksTableVC so it uses dynamic row height. It also updates some EG tests that started to fail once this change was made. I suspect this has to do with internal TableView management of cells when using dynamic height. The BottomCell test cell was moved to the penultimate position since we now snap at the top of the top cells instead of using the offset value of the TableView. This meant that the top cell was completely visible when re-creating the cache and the "Bottom Cell" was partially hidden. Bug: 869671 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ic1844c60f88357acabc008acbb6be6b38f9e99b1 Reviewed-on: https://chromium-review.googlesource.com/1210548 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#589280}
Showing
Please register or sign in to comment