Fix compilation error on TimelineFragment
This commit is contained in:
parent
b89054685f
commit
53fecef2d4
|
@ -588,7 +588,7 @@ class TimelineFragment @Inject constructor(
|
||||||
private fun handleOpenRoomSettings(directAccess: Int? = null) {
|
private fun handleOpenRoomSettings(directAccess: Int? = null) {
|
||||||
navigator.openRoomProfile(
|
navigator.openRoomProfile(
|
||||||
requireContext(),
|
requireContext(),
|
||||||
roomDetailArgs.roomId,
|
timelineArgs.roomId,
|
||||||
directAccess
|
directAccess
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue