crypto: Remove a unused method

This commit is contained in:
Damir Jelić 2021-04-14 12:15:30 +02:00
parent 7d67c79d29
commit aebfef8fa9

View file

@ -313,14 +313,6 @@ internal class DefaultCryptoService @Inject constructor(
}
}
fun onSyncWillProcess(isInitialSync: Boolean) {
cryptoCoroutineScope.launch(coroutineDispatchers.crypto) {
if (isInitialSync) {
// TODO
}
}
}
private suspend fun internalStart() {
if (isStarted.get() || isStarting.get()) {
return