fix(ui): revert scroll physics

This commit is contained in:
Salvatore Giordano
2021-10-27 11:29:27 +02:00
parent 89f767886a
commit 34eaae7a8c
@@ -145,7 +145,8 @@ class MessageListView extends StatefulWidget {
this.threadBuilder,
this.onThreadTap,
this.dateDividerBuilder,
this.scrollPhysics,
this.scrollPhysics =
const ClampingScrollPhysics(), // we need to use ClampingScrollPhysics to avoid the list view to animate and break while loading
this.initialScrollIndex,
this.initialAlignment,
this.scrollController,