mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-05 15:52:47 +02:00
Remove redudant calls to eventBus post
This commit is contained in:
@@ -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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user