mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 19:49:29 +01:00
chore: Follow up lastreadeventisvisible marker
This commit is contained in:
parent
bf2e6b2787
commit
8422c2bf3c
@ -351,7 +351,8 @@ class ChatView extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
),
|
||||
if (!controller.lastReadEventVisible)
|
||||
if (!controller.lastReadEventVisible &&
|
||||
controller.timeline!.allowNewEvent)
|
||||
Positioned(
|
||||
top: 16,
|
||||
left: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user