Skip to content

Commit

Permalink
Fix Arc Terms of Service screen position
Browse files Browse the repository at this point in the history
Send the updateScreenSize signal after the screen starts loading to
correct the size of inner-container.

BUG=b/65555008

Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I4c3db0fb419de439450b4a4bdcbaa9981849b505
Reviewed-on: https://chromium-review.googlesource.com/717722
Reviewed-by: Xiaohui Chen <[email protected]>
Reviewed-by: Xiyuan Xia <[email protected]>
Commit-Queue: Yue Li <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#509286}(cherry picked from commit 9921429)
Reviewed-on: https://chromium-review.googlesource.com/728463
Cr-Commit-Position: refs/branch-heads/3239@{#78}
Cr-Branched-From: adb61db-refs/heads/master@{#508578}
  • Loading branch information
Yue Li authored and Xiaohui Chen committed Oct 19, 2017
1 parent 2f1546d commit 448d73a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ login.createScreen('ArcTermsOfServiceScreen', 'arc-tos', function() {
}
});
};

// Update the screen size after setup layout.
Oobe.getInstance().updateScreenSize(this);
},

/**
Expand Down

0 comments on commit 448d73a

Please sign in to comment.