Skip to content

Commit ff0b6fe

Browse files
Fixed scrolling issue !
1 parent 414e62f commit ff0b6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/pages/chat_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class _ChatPageState extends State<ChatPage> {
268268
child: ListView(
269269
shrinkWrap: true,
270270
scrollDirection: Axis.vertical,
271-
physics: const ScrollPhysics(),
271+
physics: const BouncingScrollPhysics(),
272272
children: [
273273
chats(),
274274
],

0 commit comments

Comments
 (0)