mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-20 05:50: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) {
|
private fun handleOpenRoomSettings(directAccess: Int? = null) {
|
||||||
navigator.openRoomProfile(
|
navigator.openRoomProfile(
|
||||||
requireContext(),
|
requireContext(),
|
||||||
roomDetailArgs.roomId,
|
timelineArgs.roomId,
|
||||||
directAccess
|
directAccess
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue