[ios] Fixes layout of the sync encryption passphrase screen.
We were changing to a bold weight font in collectionView:cellForRowAtIndexPath:. This was causing the text to reflow onto three lines instead of two, but the collection view didn't know that it needed to recompute cell heights, causing a rendering issue. This CL works around the issue by leaving the font at a normal weight, so that no text reflow occurs. BUG=864495 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I3ec847752dbddad8460d27f4d051952bc46fa54f Reviewed-on: https://chromium-review.googlesource.com/1147144Reviewed-by:Sergio Collazos <sczs@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#577895}
Showing
Please register or sign in to comment