chore: Follow up lastreadeventisvisible marker

This commit is contained in:
Krille 2023-03-22 15:05:54 +01:00
parent bf2e6b2787
commit 8422c2bf3c
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

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