Closed bbjubjub2494 closed 3 years ago
suspend fun downloadDatabase(databaseName: String): DatabaseManagement = withContext(Dispatchers.IO) {
This is more idiomatic, the Deferred seems unnecessary.
_Originally posted by @lourkeur in https://github.com/HumanLearning2021/HumanLearningApp/pull/186#discussion_r635927199_
ended up fixed in #186
This is more idiomatic, the Deferred seems unnecessary.
_Originally posted by @lourkeur in https://github.com/HumanLearning2021/HumanLearningApp/pull/186#discussion_r635927199_