mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +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