remove loading animation for mark read and load more for smoother scrolling
This commit is contained in:
parent
6f4ad046b0
commit
387dc37c31
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class RoomChat extends HookConsumerWidget {
|
||||||
children: getMessageOptions(message),
|
children: getMessageOptions(message),
|
||||||
),
|
),
|
||||||
builders: Builders(
|
builders: Builders(
|
||||||
loadMoreBuilder: (_) => Loading(),
|
loadMoreBuilder: (_) => SizedBox.shrink(),
|
||||||
|
|
||||||
chatAnimatedListBuilder: (_, itemBuilder) =>
|
chatAnimatedListBuilder: (_, itemBuilder) =>
|
||||||
ChatAnimatedList(
|
ChatAnimatedList(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue