mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 11:26:01 +03:00
Room detail: fix crash with banner
This commit is contained in:
parent
92f4288d3e
commit
6794173321
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ class RoomDetailFragment @Inject constructor(
|
|||
}
|
||||
}
|
||||
}
|
||||
jumpToReadMarkerView.isVisible = showJumpToUnreadBanner
|
||||
jumpToReadMarkerView?.isVisible = showJumpToUnreadBanner
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue