[Signin][Android] Replace Handler with ThreadUtils in SigninManager
This CL replaces 'new Handler().post(...)' statements with 'ThreadUtils.postOnUiThread(...)'. This is safe, as all SigninManager methods are invoked on the UI thread. Bug: 906193 Change-Id: I9638a96074762b5db6e3cfb9d80ea48685b499f3 Reviewed-on: https://chromium-review.googlesource.com/c/1343257Reviewed-by:Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#609650}
Showing
Please register or sign in to comment