liloman
Results
11
comments of
liloman
I found the bug on DownloadManager.loadPendingMissions: ````java if (mis == null || mis.isFinished() || mis.hasInvalidStorage()) { //noinspection ResultOfMethodCallIgnored sub.delete(); continue; } mis.threads = new Thread[0]; boolean exists; try { mis.storage...