fix: Send read receipts on all taps
This commit is contained in:
parent
5eae299910
commit
ac4fb8e800
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ class ChatView extends StatelessWidget {
|
||||||
},
|
},
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTapDown: controller.setReadMarker,
|
onTapDown: controller.setReadMarker,
|
||||||
|
behavior: HitTestBehavior.opaque,
|
||||||
child: StreamBuilder(
|
child: StreamBuilder(
|
||||||
stream: controller.room!.onUpdate.stream
|
stream: controller.room!.onUpdate.stream
|
||||||
.rateLimit(const Duration(milliseconds: 250)),
|
.rateLimit(const Duration(milliseconds: 250)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue