chore: Follow up lastreadeventisvisible marker

krille/sembast-db
Krille 2 years ago
parent d8a80efbaf
commit f88837232b

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

Loading…
Cancel
Save