Optimize chat list and attachment loading

This commit is contained in:
2024-10-13 16:26:46 +08:00
parent cc1071d86e
commit 4041d6dc4e
5 changed files with 41 additions and 5 deletions

View File

@ -37,6 +37,7 @@ class ChatEventList extends StatelessWidget {
@override
Widget build(BuildContext context) {
return CustomScrollView(
cacheExtent: 100,
reverse: true,
slivers: [
Obx(() {