We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454ba7b commit 4e53d84Copy full SHA for 4e53d84
matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/RustCrossSigningService.kt
@@ -174,10 +174,10 @@ internal class RustCrossSigningService @Inject constructor(
174
if (verified) {
175
return
176
} else {
177
- require(false) { "This device [$deviceId] is not known, or not yours" }
+ error("This device [$deviceId] is not known, or not yours")
178
}
179
180
- require(false) { "This device [$deviceId] is not known" }
+ error("This device [$deviceId] is not known")
181
182
183
0 commit comments