Fix crash on tablet when reordering bookmark page is closed by notification
If reordering bookmark page is closed by clicking 'Close Incognito Tabs' on notifications, then the runnable posted by recyclerView will be run. But at that moment, bookmark model has been assigned to null. This CL makes it only run when view is being attached to window. Bug: 1017073 Change-Id: I328550a11432a7288b9508227f9634e9719ae357 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1884350Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#710016}
Showing
Please register or sign in to comment