No need to keep innerTimeline as a class member.
This commit is contained in:
parent
8eccd1b6e1
commit
37d0b9c6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class RustMatrixRoom(
|
|||
private val isKeyBackupEnabled: Boolean,
|
||||
private val roomListItem: RoomListItem,
|
||||
private val innerRoom: InnerRoom,
|
||||
private val innerTimeline: InnerTimeline,
|
||||
innerTimeline: InnerTimeline,
|
||||
private val roomNotificationSettingsService: RustNotificationSettingsService,
|
||||
sessionCoroutineScope: CoroutineScope,
|
||||
private val coroutineDispatchers: CoroutineDispatchers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue