You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/rustCrypto/java/org/matrix/android/sdk/internal/crypto/verification/RustVerificationService.kt
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/rustCrypto/java/org/matrix/android/sdk/internal/crypto/verification/VerificationRequest.kt
+3-3
Original file line number
Diff line number
Diff line change
@@ -136,9 +136,9 @@ internal class VerificationRequest @AssistedInject constructor(
136
136
* concrete verification flow, i.e. we can show/scan a QR code or start emoji
137
137
* verification.
138
138
*/
139
-
internalfunisReady(): Boolean {
140
-
return innerVerificationRequest.isReady()
141
-
}
139
+
// internal fun isReady(): Boolean {
140
+
// return innerVerificationRequest.isReady()
141
+
// }
142
142
143
143
/** Did we advertise that we're able to scan QR codes */
0 commit comments