Code quality

This commit is contained in:
Benoit Marty 2020-02-25 09:53:17 +01:00
parent c6b3b1e648
commit b9b921a4df
2 changed files with 1 additions and 3 deletions

View File

@ -144,7 +144,6 @@ class XSigningTest : InstrumentedTest {
// Now alice should cross trust bob's second device // Now alice should cross trust bob's second device
val data2 = mTestHelper.doSync<MXUsersDevicesMap<CryptoDeviceInfo>> { val data2 = mTestHelper.doSync<MXUsersDevicesMap<CryptoDeviceInfo>> {
aliceSession.cryptoService().downloadKeys(listOf(bobUserId), true, it) aliceSession.cryptoService().downloadKeys(listOf(bobUserId), true, it)
} }
// check that the device is seen // check that the device is seen

View File

@ -78,8 +78,7 @@ internal object FilterUtil {
filterBody.presence = null filterBody.presence = null
} }
} }
} } */
*/
/** /**
* Compute a new filterBody to enable or disable the lazy loading * Compute a new filterBody to enable or disable the lazy loading