mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 14:32:37 +01:00
chore: Follow up lastreadeventisvisible marker
This commit is contained in:
parent
bf2e6b2787
commit
8422c2bf3c
@ -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…
Reference in New Issue
Block a user