Merge pull request #5852 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x

fix(deps): update dependency io.nlopez.compose.rules:detekt to v0.5.1
This commit is contained in:
Benoit Marty 2025-12-08 15:05:12 +01:00 committed by GitHub
commit f76d817b4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 23 additions and 40 deletions

View file

@ -56,7 +56,7 @@ class PushLoopbackTest(
}
val testPushResult = try {
pushService.testPush(sessionId)
} catch (pusherRejected: PushGatewayFailure.PusherRejected) {
} catch (_: PushGatewayFailure.PusherRejected) {
val hasQuickFix = pushService.getCurrentPushProvider(sessionId)?.canRotateToken() == true
delegate.updateState(
description = stringProvider.getString(R.string.troubleshoot_notifications_test_push_loop_back_failure_1),