chore: update activity analytics scroll physics (#4737)
This commit is contained in:
parent
f1246fae6a
commit
35ffefbfd7
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class ActivityArchive extends StatelessWidget {
|
|||
return MaxWidthBody(
|
||||
withScrolling: false,
|
||||
child: ListView.builder(
|
||||
physics: const ClampingScrollPhysics(),
|
||||
itemCount: archive.length + 1,
|
||||
itemBuilder: (BuildContext context, int i) {
|
||||
if (i == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue