[Start Surface] Fix bug that logo disappears on sign out in landscape
The identity disc visibility is set to gone on sign out. After it is set to gone, it is not considered onLoayout, but it keeps its position and size. Therefore the gone view will be hanging around the middle of the screen in landscape and overlay with the logo. Now we only consider views that are not GONE when determining whether the logo intersects with any sibling view. Bug: 1044914 Change-Id: I3b79119c3f6dad002a0cc8366677447b0146e1bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020889 Commit-Queue: Mia Glaese <glamia@chromium.org> Reviewed-by:Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#737504}
Showing
Please register or sign in to comment