Invoke SetCurrentScreen(nullptr) before showing the login screen
OnStartSignInScreen() might show update required screen after OOBE is completed and WizardController::LoginScreenStarted() would then call hide on the current screen (update required in this case), which is not what we want. Also, it makes sense, to first reset the current screen and then show the next screen. Bug: 1064271 Change-Id: I37de884c65f3621f057602b4fa1678ebee6efc8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2166903 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#762770}
Showing
Please register or sign in to comment