[Profile creation] Don't push LOAD_SIGNIN to history
This CL fixes a bug with the back navigation in profile creation flow that triggers after the user chooses to sign in and then tries to navigate back to the main picker screen. The problem was with pushing LOAD_SIGNIN state on the history stack that was not removed when coming back from that step. This CL thus avoids pushing this state to history by directly triggering the switch in the native UI layout. This CL also fixes an unrelated minor issue that once call site to record page visits got accidentally removed. Bug: 1126913 Change-Id: I871473652cf6f632b5687f6b550f63d94f420766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623944 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:Monica Basta <msalama@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#843508}
Showing
Please register or sign in to comment