-
Notifications
You must be signed in to change notification settings - Fork 238
fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25.6.18 #4894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency org.matrix.rustcomponents:sdk-android to v25.6.18 #4894
Conversation
@@ -91,7 +92,8 @@ internal fun MessageShield.toIcon(): ImageVector { | |||
is MessageShield.UnknownDevice, | |||
is MessageShield.UnsignedDevice, | |||
is MessageShield.UnverifiedIdentity, | |||
is MessageShield.VerificationViolation -> CompoundIcons.HelpSolid() | |||
is MessageShield.VerificationViolation, | |||
is MessageShield.MismatchedSender -> CompoundIcons.HelpSolid() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This and the string above match the iOS changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Have you tested the composer scenarios?
I haven't tested the threaded ones since we don't have a separate thread timeline, but the original ones keep the same behaviour, both the Matrix and the Volatile one. |
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
|
|
This PR contains the following updates:
25.6.10
->25.6.18
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.