mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 12:00:03 +03:00
Fix compilation error on TimelineFragment
This commit is contained in:
parent
b89054685f
commit
53fecef2d4
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ class TimelineFragment @Inject constructor(
|
|||
private fun handleOpenRoomSettings(directAccess: Int? = null) {
|
||||
navigator.openRoomProfile(
|
||||
requireContext(),
|
||||
roomDetailArgs.roomId,
|
||||
timelineArgs.roomId,
|
||||
directAccess
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue