Clean. up

Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
Mario Danic 2020-02-23 17:43:23 +01:00
parent aff8595224
commit 5819ca7a79
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0

View File

@ -47,7 +47,6 @@ import com.nextcloud.talk.utils.bundle.BundleKeys
import com.nextcloud.talk.utils.preferences.AppPreferences
import kotlinx.coroutines.*
import kotlinx.serialization.json.Json
import kotlinx.serialization.toUtf8Bytes
import org.koin.core.KoinComponent
import org.koin.core.inject
import org.koin.core.parameter.parametersOf
@ -55,7 +54,6 @@ import retrofit2.Retrofit
import java.security.InvalidKeyException
import java.security.NoSuchAlgorithmException
import java.security.PrivateKey
import java.util.zip.CRC32
import javax.crypto.Cipher
import javax.crypto.NoSuchPaddingException
import kotlin.coroutines.CoroutineContext