fix(ui): The message should be *just* visible
This commit is contained in:
parent
71f5e8f0b4
commit
efb3f4b371
@ -324,7 +324,7 @@ class ConversationPageState extends State<ConversationPage>
|
|||||||
visibilityCallback: (info) {
|
visibilityCallback: (info) {
|
||||||
if (sentBySelf) return;
|
if (sentBySelf) return;
|
||||||
|
|
||||||
if (info.visibleFraction >= 0.2) {
|
if (info.visibleFraction >= 0) {
|
||||||
GetIt.I.get<UIReadMarkerService>().handleMarker(message);
|
GetIt.I.get<UIReadMarkerService>().handleMarker(message);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user