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/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/actionlist/ActionListPresenter.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,8 @@ class DefaultActionListPresenter @AssistedInject constructor(
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/actionlist/ActionListStateProvider.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/actionlist/model/TimelineItemAction.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/actionlist/model/TimelineItemActionComparator.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ class TimelineItemActionComparator : Comparator<TimelineItemAction> {
Copy file name to clipboardExpand all lines: features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/actionlist/ActionListPresenterTest.kt
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -179,8 +179,8 @@ class ActionListPresenterTest {
179
179
actions = persistentListOf(
180
180
TimelineItemAction.Reply,
181
181
TimelineItemAction.Forward,
182
-
TimelineItemAction.Pin,
183
182
TimelineItemAction.CopyLink,
183
+
TimelineItemAction.Pin,
184
184
TimelineItemAction.CopyText,
185
185
TimelineItemAction.ViewSource,
186
186
TimelineItemAction.ReportContent,
@@ -225,8 +225,8 @@ class ActionListPresenterTest {
225
225
actions = persistentListOf(
226
226
TimelineItemAction.ReplyInThread,
227
227
TimelineItemAction.Forward,
228
-
TimelineItemAction.Pin,
229
228
TimelineItemAction.CopyLink,
229
+
TimelineItemAction.Pin,
230
230
TimelineItemAction.CopyText,
231
231
TimelineItemAction.ViewSource,
232
232
TimelineItemAction.ReportContent,
@@ -273,8 +273,8 @@ class ActionListPresenterTest {
Copy file name to clipboardExpand all lines: features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/pinned/list/PinnedMessagesListTimelineActionPostProcessorTest.kt
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -27,24 +27,7 @@ class PinnedMessagesListTimelineActionPostProcessorTest {
27
27
fun`ensure that some actions are kept and some other are filtered out`() {
28
28
val sut =PinnedMessagesListTimelineActionPostProcessor()
0 commit comments