jasminb / megastoragemanager

Android application providing sync and data management tools for mega cloud storage
5 stars 2 forks source link

Every second download item skipped #37

Closed ja02 closed 9 years ago

ja02 commented 9 years ago
  1. Create cloud folder F.
  2. Upload file f0.txt with content f0, f1.txt with content f1, ... , f9.txt with content f9.
  3. Long-tap on F and click the download button.

Expected: Folder F is created in the local filesystem and it contains all 10 files. Error: Folder F is created, but it only contains files f0.txt, f2.txt, f4.txt, f6.txt, f8.txt. The other files with odd numbers are all missing.

jasminb commented 9 years ago

Found that cause for this one was calling next on iterator twice :) Fixed in 2.2 test 6

ja02 commented 9 years ago

Verified in 2.2-test6.