comment solution for bug AND-197

This commit is contained in:
sonora 2014-12-06 18:29:49 +01:00
parent d9dabb3b4c
commit a8c7754bd0

View file

@ -51,6 +51,7 @@ public class BaseDownloadActivity extends SherlockFragmentActivity {
if (downloadListIndexThread == null) { if (downloadListIndexThread == null) {
downloadListIndexThread = new DownloadIndexesThread(this); downloadListIndexThread = new DownloadIndexesThread(this);
} }
//Having the next line here causes bug AND-197: The storage folder dialogue popped up upon EVERY app startup, because the map list is not indexed yet. Hence line moved to updateDownloads() now.
// prepareDownloadDirectory(); // prepareDownloadDirectory();
} }