This commit is contained in:
MM20
2022-06-24 17:23:59 +02:00
parent 26995c1141
commit 96e70da913
98 changed files with 61 additions and 891 deletions
@@ -9,8 +9,6 @@ import de.mm20.launcher2.owncloud.OwncloudClient
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.Job
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.launch
interface AccountsRepository {
@@ -26,7 +24,7 @@ interface AccountsRepository {
}
internal class AccountsRepositoryImpl(
private val context: Context
context: Context
) : AccountsRepository {
private val scope = CoroutineScope(Job() + Dispatchers.Default)