Fixes UI jank caused by footer visibility change.
By adding a parent container to |footer_|, we will reserve the same amount of layout space whether or not that view is visible. This is because the parent container uses a FillLayout which does not factor visibility in when measuring. Bug: b:113871610 Change-Id: I4810368f5de3af4c3b8152e080acf7c2249304fc Reviewed-on: https://chromium-review.googlesource.com/1219899Reviewed-by:Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#590467}
Showing
Please register or sign in to comment