Fix / Remove debug code line
This commit is contained in:
parent
5191cbaf93
commit
1941862499
@ -76,9 +76,6 @@ internal class EncryptEventWorker(context: Context, params: WorkerParameters)
|
|||||||
localMutableContent.remove(it)
|
localMutableContent.remove(it)
|
||||||
}
|
}
|
||||||
|
|
||||||
crypto.downloadKeys(listOf("@testxsigningvfe:matrix.org"), true, object : MatrixCallback<Any> {
|
|
||||||
})
|
|
||||||
|
|
||||||
var error: Throwable? = null
|
var error: Throwable? = null
|
||||||
var result: MXEncryptEventContentResult? = null
|
var result: MXEncryptEventContentResult? = null
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user