mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 03:49:04 +03:00
Code quality
This commit is contained in:
parent
c6b3b1e648
commit
b9b921a4df
2 changed files with 1 additions and 3 deletions
|
@ -144,7 +144,6 @@ class XSigningTest : InstrumentedTest {
|
|||
// Now alice should cross trust bob's second device
|
||||
val data2 = mTestHelper.doSync<MXUsersDevicesMap<CryptoDeviceInfo>> {
|
||||
aliceSession.cryptoService().downloadKeys(listOf(bobUserId), true, it)
|
||||
|
||||
}
|
||||
|
||||
// check that the device is seen
|
||||
|
|
|
@ -78,8 +78,7 @@ internal object FilterUtil {
|
|||
filterBody.presence = null
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
} */
|
||||
|
||||
/**
|
||||
* Compute a new filterBody to enable or disable the lazy loading
|
||||
|
|
Loading…
Reference in a new issue