UnreadNotice
makes the screen jump.
#4744
Labels
duplicate
Task closed to consolidate with an equivalent task.
UnreadNotice
makes the screen jump.
#4744
This makes it harder to communicate in realtime.
One possible way to fix this is to wrap everything below
ChatNavBar
in aposition: 'relative'
View
and then style theUnreadNotice
along withOfflineNotice
asposition: absolute
. This would place them both above theMessageList
. A disadvantage of this solution would be that it will hide the sticky topic name behind it.Another solution is to use an extended floating action button that still renders on top but takes up less than 100% width. Something like this:
Yet another solution would be to not render
UnreadNotice
when a user is at the bottom of MessageList.The text was updated successfully, but these errors were encountered: