mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-29 06:28:45 +03:00
crypto: Remove a unused method
This commit is contained in:
parent
7d67c79d29
commit
aebfef8fa9
1 changed files with 0 additions and 8 deletions
|
@ -313,14 +313,6 @@ internal class DefaultCryptoService @Inject constructor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fun onSyncWillProcess(isInitialSync: Boolean) {
|
|
||||||
cryptoCoroutineScope.launch(coroutineDispatchers.crypto) {
|
|
||||||
if (isInitialSync) {
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private suspend fun internalStart() {
|
private suspend fun internalStart() {
|
||||||
if (isStarted.get() || isStarting.get()) {
|
if (isStarted.get() || isStarting.get()) {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue