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: features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/outgoing/VerifySelfSessionStateMachine.kt
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,6 @@ class VerifySelfSessionStateMachine @Inject constructor(
Copy file name to clipboardExpand all lines: features/verifysession/impl/src/main/kotlin/io/element/android/features/verifysession/impl/outgoing/VerifySelfSessionView.kt
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -290,14 +290,11 @@ private fun VerifySelfSessionBottomMenu(
290
290
VerificationBottomMenu {
291
291
Button(
292
292
modifier =Modifier.fillMaxWidth(),
293
-
text = stringResource(R.string.screen_session_verification_positive_button_canceled),
Copy file name to clipboardExpand all lines: features/verifysession/impl/src/test/kotlin/io/element/android/features/verifysession/impl/outgoing/VerifySelfSessionPresenterTest.kt
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -186,24 +186,6 @@ class VerifySelfSessionPresenterTest {
186
186
}
187
187
}
188
188
189
-
@Test
190
-
fun`present - Restart after cancellation returns to requesting verification`() = runTest {
191
-
val service = unverifiedSessionService(
192
-
requestVerificationLambda = { },
193
-
startVerificationLambda = { },
194
-
)
195
-
val presenter = createVerifySelfSessionPresenter(service)
196
-
presenter.test {
197
-
val state = requestVerificationAndAwaitVerifyingState(service)
0 commit comments