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/timeline/TimelinePresenter.kt
Copy file name to clipboardExpand all lines: features/messages/impl/src/test/kotlin/io/element/android/features/messages/impl/timeline/TimelinePresenterTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ class TimelinePresenterTest {
139
139
)
140
140
)
141
141
val sessionPreferencesStore =InMemorySessionPreferencesStore(isSendPublicReadReceiptsEnabled =false)
142
-
val room =FakeMatrixRoom(matrixTimeline =timeline)
142
+
val room =FakeMatrixRoom(matrixTimeline = timeline)
0 commit comments