chore: Follow up lastreadeventisvisible marker

This commit is contained in:
Krille 2023-03-22 15:05:54 +01:00
commit f88837232b

View file

@ -351,7 +351,8 @@ class ChatView extends StatelessWidget {
], ],
), ),
), ),
if (!controller.lastReadEventVisible) if (!controller.lastReadEventVisible &&
controller.timeline!.allowNewEvent)
Positioned( Positioned(
top: 16, top: 16,
left: 0, left: 0,