chore: Follow up lastreadeventisvisible marker
This commit is contained in:
parent
d8a80efbaf
commit
f88837232b
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue