commit | b1d561217924a8a003e4b180b5b58df2e38fd537 | [log] [tgz] |
---|---|---|
author | Garfield Tan <xutan@google.com> | Tue May 02 14:52:39 2017 -0700 |
committer | Garfield Tan <xutan@google.com> | Wed May 03 15:40:47 2017 -0700 |
tree | dc2125c5dc483b7bf32749828610a9e5b0df6c44 | |
parent | cfbfeee8ee02c687c51104f311c6c6e3286d2320 [diff] |
Allow user move/copy more than 500+ items. This used to fail because UrisSupplier#getUris cannot be called more than once when it's backed up by a JumboUrisSupplier. It's getting called twice at the moment: once to acquire archives, and another time by buildDocumentList(). This guarantees failure every time when copying 500+ files. Test: Auto tests & manual test. Bug: 37882979 Change-Id: I0ae2f829d709d753245818da16524d2755187d3c