Fix the download path of CMUpdater

This commit is contained in:
Gabriele M
2017-07-08 21:39:10 +02:00
parent 79b44602e0
commit e1dd2a8d73
@@ -66,7 +66,7 @@ public final class LegacySupport {
Log.d(TAG, "Importing downloads");
List<String> notReplacing = new ArrayList<>();
File updatesDir = new File(context.getDataDir(), "updates/");
File updatesDir = new File(context.getDataDir(), "app_updates/");
if (updatesDir.isDirectory()) {
UpdatesDbHelper dbHelper = new UpdatesDbHelper(context);
File[] files = updatesDir.listFiles();