Skip to content

Commit

Permalink
added missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyofrancis committed Sep 17, 2018
1 parent 6ccdfbc commit d1c5da5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ fun migrateFromV1toV2(context: Context, v2Namespace: String): List<DownloadTrans
context = context,
namespace = v2Namespace,
migrations = DownloadDatabase.getMigrations(),
liveSettings = liveSettings)
liveSettings = liveSettings,
fileExistChecksEnabled = false)
fetchTwoDatabaseManager.insert(downloadInfoList.map { it.newDownload as DownloadInfo })
fetchTwoDatabaseManager.close()
}
Expand Down

0 comments on commit d1c5da5

Please sign in to comment.