Fix crash when AccountManagementFragment is destroyed before adding an account
When AccountManagementFragment is destroyed after pressing add account in account picker it is not attached to any intent and causes crash on asynchronous call to AccountManagerFacade.createAddAccountIntent(). This cl should fix that crash. Bug: 1006682 Change-Id: I3c1f5be77cf279d7ad740d220297b11027844031 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817607 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#699756}
Showing
Please register or sign in to comment