chore: Follow up lastreadeventisvisible marker

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

View file

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