comment solution for bug AND-197
This commit is contained in:
parent
d9dabb3b4c
commit
a8c7754bd0
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class BaseDownloadActivity extends SherlockFragmentActivity {
|
|||
if (downloadListIndexThread == null) {
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue