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
Element X is the new generation of Element for professional and personal use on mobile. It’s the fastest Matrix client with a seamless & intuitive user interface.
2
+
Full changelog: https://github.com/element-hq/element-x-android/releases
Copy file name to clipboardExpand all lines: features/deactivation/impl/src/main/kotlin/io/element/android/features/logout/impl/AccountDeactivationView.kt
Copy file name to clipboardExpand all lines: features/deactivation/impl/src/test/kotlin/io/element/android/features/logout/impl/AccountDeactivationViewTest.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/actionlist/ActionListView.kt
+2-1
Original file line number
Diff line number
Diff line change
@@ -374,7 +374,8 @@ private fun VerifiedUserSendFailureView(
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/crypto/sendfailure/VerifiedUserSendFailure.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/crypto/sendfailure/VerifiedUserSendFailureFactory.kt
+6-2
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,12 @@ class VerifiedUserSendFailureFactory @Inject constructor(
23
23
if (userId ==null) {
24
24
VerifiedUserSendFailure.None
25
25
} else {
26
-
val displayName = room.userDisplayName(userId).getOrNull() ?: userId.value
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/crypto/sendfailure/resolve/ResolveVerifiedUserSendFailureStateProvider.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ fun aResolveVerifiedUserSendFailureState(
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/crypto/sendfailure/resolve/ResolveVerifiedUserSendFailureView.kt
+10-5
Original file line number
Diff line number
Diff line change
@@ -113,28 +113,33 @@ fun ResolveVerifiedUserSendFailureView(
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/pinned/banner/PinnedMessagesBannerPresenter.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/pinned/list/PinnedMessagesListPresenter.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/TimelinePresenter.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/crypto/sendfailure/resolve/ResolveVerifiedUserSendFailurePresenterTest.kt
+6-6
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ class ResolveVerifiedUserSendFailurePresenterTest {
0 commit comments