Fixed crash in recycler view due to duplicate stable ids in download home
Sometimes we incorrectly create two Just Now sections in download home. This leads to a crash in RecyclerView as stable IDs should be unique. This happens especially when there are two downloads very close to midnight, one before midnight and one after midnight. This CL fixes this issue and places both of them in one Just Now section. Change-Id: I5af6560c29a7413f86a6245719859197d72268dd Bug: 1020079 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024068Reviewed-by:David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#735708}
Showing
Please register or sign in to comment