mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
Remove redudant calls to eventBus post
This commit is contained in:
parent
5808c1de22
commit
a250a895fe
1 changed files with 2 additions and 2 deletions
|
@ -637,9 +637,9 @@ internal class DefaultCrossSigningService @Inject constructor(
|
||||||
// In this case it will change my MSK trust, and should then re-trigger a check of all other user trust
|
// In this case it will change my MSK trust, and should then re-trigger a check of all other user trust
|
||||||
setUserKeysAsTrusted(otherUserId, checkSelfTrust().isVerified())
|
setUserKeysAsTrusted(otherUserId, checkSelfTrust().isVerified())
|
||||||
}
|
}
|
||||||
|
|
||||||
eventBus.post(CryptoToSessionUserTrustChange(userIds))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
eventBus.post(CryptoToSessionUserTrustChange(userIds))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue