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/knockrequests/impl/src/main/kotlin/io/element/android/features/knockrequests/impl/list/KnockRequestsListView.kt
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -224,24 +224,29 @@ private fun KnockRequestActionConfirmation(
224
224
onDismiss: () ->Unit,
225
225
modifier:Modifier = Modifier,
226
226
) {
227
-
val (title, content) =when (actionTarget) {
228
-
KnockRequestsActionTarget.AcceptAll->Pair(
227
+
val (title, content, submitText) =when (actionTarget) {
0 commit comments